We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ab527 commit c25ab2dCopy full SHA for c25ab2d
pkg/minikube/bootstrapper/kubeadm/default_cni.go
@@ -22,6 +22,7 @@ package kubeadm
22
// The config is being written to /etc/cni/net.d/k8s.conf and /etc/rkt/net.d/k8s.conf.
23
const defaultCNIConfig = `
24
{
25
+ "cniVersion": "0.3.0",
26
"name": "rkt.kubernetes.io",
27
"type": "bridge",
28
"bridge": "mybridge",
0 commit comments