You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ArchLinux (reproducible in fresh installation with default networking in VM)
Driver
Docker
The text was updated successfully, but these errors were encountered:
thechubbypanda
changed the title
Starting a minikube cluster and then adding a node results in errors due to missing CNI
Starting cluster before adding a node separately results in errors due to missing CNI
Sep 18, 2024
thechubbypanda
changed the title
Starting cluster before adding a node separately results in errors due to missing CNI
Starting cluster before adding another node separately results in errors due to missing CNI
Sep 18, 2024
thechubbypanda
changed the title
Starting cluster before adding another node separately results in errors due to missing CNI
Starting cluster before adding another node separately, results in errors due to missing CNI
Sep 18, 2024
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: