-
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
Do not start dns-controller with '- --watch-ingress=false' #2360
Comments
This is a really good point. I think it slipped through the cracks since we were waiting for a new version back in winter. @justinsb Has this been fixed upstream? I looked, but I'm not sure. |
@geojaz is this upstream? This is our addon I think |
@chrislovecnm I believe the original problem was with ingress-controller, but it was back in like Jan. Apparently they've done their side: #1413 (comment) |
closing |
I am trying to create a route53 entry matching an nginx ingress-controller from an ingress.
After failing, I found the root cause: this is disabled:
--watch-ingress=false
I saw in a few places:
#551 (comment)
#1413 (comment)
that this is expected.
Could this be enabled by default?
I could change this from:
<kops_s3_bucket>/addons/dns-controller.addons.k8s.io/v1.5.2.yaml
but that's one more piece of default config I would need to change and I'd like to stick to defaults as much as possible.
The text was updated successfully, but these errors were encountered: