-
Notifications
You must be signed in to change notification settings - Fork 590
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
Values in kube-dns configmap do not get removed #1195
Comments
This was referenced Mar 12, 2019
reproduced the issue in rke
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RKE version:
master
Steps to Reproduce:
kube-dns
dns provider and configureupstreamnameservers
rke up
upstreamnameservers
rke up
Results:
ConfigMap is not updated.
The ConfigMap is only used when
upstreamnameservers
is set, if it's not set, the conditional which uses the ConfigMap is skipped, and the ConfigMap is never updated. To fix this, we'd have to apply the ConfigMap every time, also catching removals. To make this work, we need to have everything configurable forkube-dns
, as manual interactions with the ConfigMap will be overwritten.The text was updated successfully, but these errors were encountered: