Expose pod-network-cidr on kubeadm #3865
Labels
area/networking
networking 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/feature
Categorizes issue or PR as related to a new feature.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
Getting Calico working in Kubernetes / Minikube can be tricky because you need to set the pod network cidr on multiple components (apiserver, controller-manager, and proxy) individually.
Kubeadm has made this easier by tying all three of those flags to a single "high-level" flag -
--pod-network-cidr
.Now that minikube is using kubeadm under the hood, could we expose the
--pod-network-cidr
flag on it?After a brief look at the code, I think we'd just need to template this value:
minikube/pkg/minikube/bootstrapper/kubeadm/templates.go
Line 84 in 3714bbd
The text was updated successfully, but these errors were encountered: