diff --git a/pkg/minikube/bootstrapper/bsutil/files.go b/pkg/minikube/bootstrapper/bsutil/files.go index 8d6bc05bc36d..c18cb0452cad 100644 --- a/pkg/minikube/bootstrapper/bsutil/files.go +++ b/pkg/minikube/bootstrapper/bsutil/files.go @@ -28,7 +28,7 @@ var KubeadmYamlPath = path.Join(vmpath.GuestEphemeralDir, "kubeadm.yaml") const ( //DefaultCNIConfigPath is the configuration file for CNI networks - DefaultCNIConfigPath = "/etc/cni/net.d/k8s.conf" + DefaultCNIConfigPath = "/etc/cni/net.d/1-k8s.conf" // KubeletServiceFile is the file for the systemd kubelet.service KubeletServiceFile = "/lib/systemd/system/kubelet.service" // KubeletSystemdConfFile is config for the systemd kubelet.service