multinode: minikube cluster NotReady after restart #8600
Labels
co/multinode
Issues related to multinode clusters
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
minikube start --driver=virtualbox -n 3 --extra-config=apiserver.service-node-port-range=1-65535
Steps to reproduce the issue:
Full output of failed command:
The command does not fail. The minikube primary kubelet config gets replaced by the one for my third node.
I have deleted the cluster multiple times and this behavior is constant.
Full output of
minikube start
command used, if not already included:😄 minikube v1.11.0 on Darwin 10.15.5
▪ KUBECONFIG=******
✨ Using the virtualbox driver based on existing profile
👍 Starting control plane node minikube in cluster minikube
🔄 Restarting existing virtualbox VM for "minikube" ...
🐳 Preparing Kubernetes v1.18.3 on Docker 19.03.8 ...
▪ apiserver.service-node-port-range=1-65535
🔎 Verifying Kubernetes components...
🌟 Enabled addons: default-storageclass, storage-provisioner
❗ The cluster minikube already exists which means the --nodes parameter will be ignored. Use "minikube node add" to add nodes to an existing cluster.
👍 Starting node minikube-m02 in cluster minikube
🔄 Restarting existing virtualbox VM for "minikube-m02" ...
🌐 Found network options:
▪ NO_PROXY=192.168.99.116
🐳 Preparing Kubernetes v1.18.3 on Docker 19.03.8 ...
▪ env NO_PROXY=192.168.99.116
👍 Starting node minikube-m03 in cluster minikube
🔄 Restarting existing virtualbox VM for "minikube-m03" ...
🌐 Found network options:
▪ NO_PROXY=192.168.99.116,192.168.99.117
🐳 Preparing Kubernetes v1.18.3 on Docker 19.03.8 ...
▪ env NO_PROXY=192.168.99.116
▪ env NO_PROXY=192.168.99.116,192.168.99.117
🏄 Done! kubectl is now configured to use "minikube"
Optional: Full output of
minikube logs
command:The text was updated successfully, but these errors were encountered: