-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Route53 records not updating after upgrading to 1.6 #2496
Comments
@geojaz @chrislovecnm the issue here is that after #2468 we're mapping ingress records, and they're conflicting with service records that had been set up to work around the fact we weren't mapping ingress records previously. I think we need to either:
Long term (3-6 months) I want to move to external-dns, which means probably making the dns controller chooseable - I don't think we should force either dns-controller or external-dns on people. |
Dang that's a bummer. sorry about that. If I understand correctly, if you don't have old service records hanging around that were created pre-watch ingress, things are ok? In that case, I think it's ok to drop a flag on it/make it optional and document usage. I can probably look at it tomorrow if this is acceptable. And then external-dns is longer term thing to think about... |
No I think the issue is when you have hosts in ingress that are not managed by route53, it breaks the batch updates and nothing gets updated. |
@geojaz I fixed it locally by adding the |
@sethpollack where did you specify Could I even just delete |
I edited the deployment and added that flag to the command. Not sure about removing it entirely? Thats probably a better question for @justinsb
|
Automatic merge from submit-queue Adds DNSControllerSpec and WatchIngress flag This PR is in reference to #2496, #2468 and the issues referenced in there relating to use of the watch-ingress flag. This PR attempts to rectify this situation and gives users who want it, the option to turn on watch-ingress without forcing it on them. Also spits out a warning to the logs about potential side effects. Includes notes in `docs/cluster_spec.md` to explain.
What is the status on this issue? Did we figure it out? |
yup |
I had an issue upgrading from 1.5 to 1.6 and had to rebuild my cluster. When the new cluster came up route53 records stopped upgrading and it seems like the old records were still there. I tried deleting the old records but it still wont update them anymore.
Here is an example of how I am setting the records:
The text was updated successfully, but these errors were encountered: