-
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
kube-dns-autoscaler is unable to watch nodes #6711
Comments
justinsb
added a commit
to justinsb/kops
that referenced
this issue
Apr 7, 2019
We had to bump the channel version to 1.14.11-kops.1, even though it's still 1.14.10, because we didn't have the kops suffix yet. A little awkward now, but will get better once kube-dns is updated! Fix kubernetes#6711
justinsb
added a commit
to justinsb/kops
that referenced
this issue
Apr 7, 2019
We had to bump the channel version to 1.14.11-kops.1, even though it's still 1.14.10, because we didn't have the kops suffix yet. A little awkward now, but will get better once kube-dns is updated! Fix kubernetes#6711
justinsb
added a commit
to justinsb/kops
that referenced
this issue
Apr 7, 2019
We had to bump the channel version to 1.14.11-kops.1, even though it's still 1.14.10, because we didn't have the kops suffix yet. A little awkward now, but will get better once kube-dns is updated! Fix kubernetes#6711
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1. What
kops
version are you running? The commandkops version
, will displaythis information.
2. What Kubernetes version are you running?
kubectl version
will print theversion if a cluster is running or provide the Kubernetes version specified as
a
kops
flag.3. What cloud provider are you using?
AWS
4. What commands did you run? What is the simplest way to reproduce this issue?
kubectl -n kube-system logs kube-dns-autoscaler-XXX-XXX | grep 'Failed to watch'
Output:
I am rather new to the k8s internals, so I don't know what effect this has on the cluster. I noticed that the kube-dns team fixed this back in July 2018.
However, it seems that the manifest in kops hasn't been updated in a while.
Seems like a fairly straightforward bugfix to me, but I assume someone would perhaps like to correct this by updating the entire manifest instead of just adding "watch" to the allowed verbs. I could send a PR if you like though :-)
The text was updated successfully, but these errors were encountered: