-
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
kubeadm.skip-phases=addon/kube-proxy is not honored when restarting an existing cluster #12389
Comments
/kind support |
Hi @twz123, thanks for reporting your issue with minikube! I was able to reproduce using your steps and can confirm this is a bug with minikube. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
So the main issue is we do a different path on restart, and in that path is:
So we're hard coding installing all addons |
@spowelljr Thnaks for fixing. Unfortunately, as a consequence of recreating the cluster, it's empty afterwards and all of its contents have to be recreated. This means that restarting such a cluster is not possible at all. Any chance to make restarts work again? |
Once the revert takes place this can be revisited. |
Steps to reproduce the issue:
Output is as follows for me:
After the restart, the kube-proxy daemonset is installed, which shouldn't be the case.
minikube logs --file=minikube.log
minikube.log
The text was updated successfully, but these errors were encountered: