-
Notifications
You must be signed in to change notification settings - Fork 33
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
Update DNSPolicy default geo logic #545
Labels
Comments
11 tasks
maksymvavilov
added a commit
that referenced
this issue
Apr 16, 2024
maksymvavilov
added a commit
that referenced
this issue
Apr 16, 2024
maksymvavilov
added a commit
that referenced
this issue
Apr 16, 2024
maksymvavilov
added a commit
that referenced
this issue
Apr 16, 2024
maksymvavilov
added a commit
that referenced
this issue
Apr 17, 2024
@makslion as part of this pls ensure the DNSPolicy CRD has defaultGEO as required |
maksymvavilov
added a commit
that referenced
this issue
Apr 25, 2024
maksymvavilov
added a commit
that referenced
this issue
Apr 25, 2024
maksymvavilov
added a commit
that referenced
this issue
Apr 25, 2024
maksymvavilov
added a commit
that referenced
this issue
Apr 25, 2024
maksymvavilov
added a commit
that referenced
this issue
Apr 25, 2024
mikenairn
pushed a commit
that referenced
this issue
Apr 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What
Update the default geo logic for
loadbalanced
policy types to make the creation of the default geo endpoint dependant on the current cluster existing in the desired default geo. If the there is no match the endpoint should not be added to the endpoint list .Why
Currently it is assumed that we will always want the default geo to be set to something, if no cluster(s) matches the current default geo it will automatically select one that does exist. This is used primarily for route53 to ensure that a dnsName is accessible from all locations around the world. With distributed dns however, individual clusters cant be sure what the default geo should really be and should not try and be smart during the selection of it.
How
Related:
The text was updated successfully, but these errors were encountered: