node stop & start
on master fails: failed to load admin kubeconfig: open /root/.kube/config: no such file or directory
#9831
Labels
co/multinode
Issues related to multinode clusters
priority/backlog
Higher priority than priority/awaiting-more-evidence.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Steps to reproduce the issue:
minikube node stop
the master nodeminikube node start
it, failed:And try
minikube node start
again, got:To fix this, I have to use
minikube stop && minikube start
to restart the whole cluster.The text was updated successfully, but these errors were encountered: