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

Do not start dns-controller with '- --watch-ingress=false' #2360

Closed
kenden opened this issue Apr 16, 2017 · 5 comments
Closed

Do not start dns-controller with '- --watch-ingress=false' #2360

kenden opened this issue Apr 16, 2017 · 5 comments

Comments

@kenden
Copy link
Contributor

kenden commented Apr 16, 2017

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:

kubectl get pod dns-controller-3905064033-hltml -n kube-system -o yaml
...
spec:
  containers:
  - command:
    - /usr/bin/dns-controller
    - --watch-ingress=false
    - --dns=aws-route53
    - --zone=stylight.net
    - --zone=*/*
    - -v=2
    image: kope/dns-controller:1.5.2
...

--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.

@geojaz
Copy link
Member

geojaz commented Apr 17, 2017

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.

@chrislovecnm
Copy link
Contributor

@geojaz is this upstream? This is our addon I think

@geojaz
Copy link
Member

geojaz commented May 1, 2017

@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)
I think we can re-enable the flags now, unless @justinsb sees a problem with it.

@chrislovecnm
Copy link
Contributor

closing

@kenden
Copy link
Contributor Author

kenden commented Jun 1, 2017

"Fix" reverted by #2560
Proper fix would be with #2504

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants