minikube fails to start w/ none driver and K8s v1.24+ w/o containernetworking-plugins #16378
Closed
2 of 3 tasks
Labels
area/cni
CNI support
co/none-driver
co/runtime/docker
Issues specific to a docker runtime
kind/improvement
Categorizes issue or PR as related to improving upon a current feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
If containernetworking-plugins are not installed (
/opt/cni/bin
is empty) starting minikube with thenone
driver and Kubernetes v1.24+, CoreDNS and storage-provisioner pods fail to run.If the
--wait=all
flag is not passed it will appear to succeed, but if you checkkubectl pods -A
you'll see thecoredns
andstorage-provisioner
pods will never come up.If you pass
--wait=all
the start will fail after waiting 6 minutes for the above pods to start.This stems from cri-docker failing due to the missing plugins:
Resulting in kubelet failing:
Ideally we would install this for the user as per #15460
But for now the following three actions should be completed:
The text was updated successfully, but these errors were encountered: