-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Starting cluster before adding another node separately, results in errors due to missing CNI #19665
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
What Happened?
Reproduction steps:
minikube start
minikube node add
minikube addons enable dashboard
watch kubectl get -n kubernetes-dashboard -o wide pod
There is also an error when adding the second node:
However the
minikube start command
logs:which implies that a CNI has been setup (albeit a
bridge
one).Alternatively using
minikube start --cni kindnet
, we still get told that:however when adding another node we still get:
despite the fact that the node now works perfectly and the dashboard comes up.
Solution Suggestions
Attach the log file
log.txt
Operating System
ArchLinux (reproducible in fresh installation with default networking in VM)
Driver
Docker
The text was updated successfully, but these errors were encountered: