File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ To use [containerd](https://github.com/containerd/containerd) as the container r
115
115
``` bash
116
116
$ minikube start \
117
117
--network-plugin=cni \
118
+ --enable-default-cni \
118
119
--container-runtime=containerd \
119
120
--bootstrapper=kubeadm
120
121
```
@@ -124,6 +125,7 @@ Or you can use the extended version:
124
125
``` bash
125
126
$ minikube start \
126
127
--network-plugin=cni \
128
+ --enable-default-cni \
127
129
--extra-config=kubelet.container-runtime=remote \
128
130
--extra-config=kubelet.container-runtime-endpoint=unix:///run/containerd/containerd.sock \
129
131
--extra-config=kubelet.image-service-endpoint=unix:///run/containerd/containerd.sock \
@@ -137,6 +139,7 @@ To use [CRI-O](https://github.com/kubernetes-incubator/cri-o) as the container r
137
139
``` bash
138
140
$ minikube start \
139
141
--network-plugin=cni \
142
+ --enable-default-cni \
140
143
--container-runtime=cri-o \
141
144
--bootstrapper=kubeadm
142
145
```
@@ -146,6 +149,7 @@ Or you can use the extended version:
146
149
``` bash
147
150
$ minikube start \
148
151
--network-plugin=cni \
152
+ --enable-default-cni \
149
153
--extra-config=kubelet.container-runtime=remote \
150
154
--extra-config=kubelet.container-runtime-endpoint=/var/run/crio.sock \
151
155
--extra-config=kubelet.image-service-endpoint=/var/run/crio.sock \
@@ -159,6 +163,7 @@ To use [rkt](https://github.com/rkt/rkt) as the container runtime run:
159
163
``` shell
160
164
$ minikube start \
161
165
--network-plugin=cni \
166
+ --enable-default-cni \
162
167
--container-runtime=rkt
163
168
```
164
169
You can’t perform that action at this time.
0 commit comments