containerd and crio should default to --network-plugin-cni --enable-default-cni #3567
Labels
co/runtime/containerd
co/runtime/crio
CRIO related issues
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
Milestone
With v0.33.1 and:
minikube start --vm-driver=kvm2 --container-runtime=containerd
with or without--network-plugin-cni
,CoreDNS is stuck in pending:
This works perfectly:
minikube start --vm-driver=kvm2 --container-runtime=containerd --network-plugin=cni --enable-default-cni
If --container-runtime=containerd is specified, we should default to good defaults to improve the user experience.
The text was updated successfully, but these errors were encountered: