We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I keep on getting this error while am trying to enable kube-dns addon for minikube.
1.minikube start 2.minikube addons enable kube-dns
Error I got :
❌ Exiting due to MK_ENABLE: run callbacks: kubedns is not a valid addon
😿 If the above advice does not help, please let us know: 👉 https://github.com/kubernetes/minikube/issues/new/choose
Note : I've been using minikube with docker driver.
The text was updated successfully, but these errors were encountered:
possible dup of #8949
@codyowl - Check out this comment on the other issue - #8949 (comment)
Sorry, something went wrong.
The addon was removed here - #3556 almost 2 years back
Thanks for the comments @prasadkatti .I figured it out, the version I'm using does have "coredns" as its default one.Thanks a lot by the way !
You are welcome! Feel free to close the issue since you figured it out.
No branches or pull requests
I keep on getting this error while am trying to enable kube-dns addon for minikube.
1.minikube start
2.minikube addons enable kube-dns
Error I got :
❌ Exiting due to MK_ENABLE: run callbacks: kubedns is not a valid addon
😿 If the above advice does not help, please let us know:
👉 https://github.com/kubernetes/minikube/issues/new/choose
Note : I've been using minikube with docker driver.
The text was updated successfully, but these errors were encountered: