Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[opensihft-support] global record not populated #424

Closed
raffaelespazzoli opened this issue Apr 2, 2021 · 1 comment
Closed

[opensihft-support] global record not populated #424

raffaelespazzoli opened this issue Apr 2, 2021 · 1 comment
Labels
enhancement New feature or request OpenShift
Milestone

Comments

@raffaelespazzoli
Copy link

k8gb looks for the status.loadbalancer.ingress.hostname field to determine how to populate the global dns record. this corresponds to the status.ingress.routeCanonicalHostname field in the corresponding route.
This hostname is actually an wildcard entry and cannot be resolved (or at least it cannot be resolved when running on AWS). As a result k8gb is unable to populate the global record.
A fix to this solution would be to make the wildcard name resolvable.
A more immediate but inelegant workaround would be for k8gb to try to resolve anything.{status.ingress.routeCanonicalHostname}

@ytsarev ytsarev added the enhancement New feature or request label May 13, 2021
@ytsarev ytsarev added this to the 0.9 milestone May 13, 2021
@somaritane somaritane modified the milestones: 0.9, 1.0 Jun 14, 2022
@somaritane somaritane modified the milestones: 1.0, 1.1 Sep 20, 2022
@ytsarev
Copy link
Member

ytsarev commented Jul 20, 2024

I assume it is solved with https://www.redhat.com/en/blog/global-load-balancing-red-hat-openshift-k8gb implementation. Please reopen if it is still valid

@ytsarev ytsarev closed this as completed Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request OpenShift
Projects
Status: Done
Development

No branches or pull requests

3 participants