Skip to content

Commit c25ab2d

Browse files
afbjorklundmedyagh
authored andcommitted
Upgrade CNI config version to 0.3.0
Was using the default version of 0.2.0, didn't load with 0.4.0. closes #4406
1 parent 31ab527 commit c25ab2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/minikube/bootstrapper/kubeadm/default_cni.go

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ package kubeadm
2222
// The config is being written to /etc/cni/net.d/k8s.conf and /etc/rkt/net.d/k8s.conf.
2323
const defaultCNIConfig = `
2424
{
25+
"cniVersion": "0.3.0",
2526
"name": "rkt.kubernetes.io",
2627
"type": "bridge",
2728
"bridge": "mybridge",

0 commit comments

Comments
 (0)