-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
can't disable kube-dns: error disabling addon deploy/addons/kube-dns/kube-dns-controller.yaml #2808
Comments
Just to clarify.
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I've done some digging as I was running in the exact same problem with version: It seems like the
However after running: So far I haven't figured out why these files aren't there while the add-on is enabled. @den-is 's workaround works but it's hard to script and shouldn't be required. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Dupe of #2281 |
minikube stop
|
BUG_REPORT
I'm trying to start minikube with coredns enabled and kube-dns disabled by default to replicate my production cluster.
First of all I've tried to disable kube-dns on already running minikube instance. And got error from bellow.
What happened:
What you expected to happen:
disable kube-dns and use coredns instead
How to reproduce it (as minimally and precisely as possible):
After that i've tryed to setup minikube using its configuration in ~/.minikube/config/config.json.
minikube addons list
shows appropriate addons as disabled/enabledBut when cluster still has kube-dns enabled and running:
If there is way to completely disable kube-dns and run with coredns from very start ?
The text was updated successfully, but these errors were encountered: