Merge pull request #2225 from r2d4/doc-fix
docs: extra-config with flags requires kubeadmpull/2229/head
commit
a0b09f41cb
|
@ -27,5 +27,6 @@ $ minikube start \
|
||||||
--network-plugin=cni \
|
--network-plugin=cni \
|
||||||
--extra-config=kubelet.container-runtime=remote \
|
--extra-config=kubelet.container-runtime=remote \
|
||||||
--extra-config=kubelet.container-runtime-endpoint=/var/run/crio.sock \
|
--extra-config=kubelet.container-runtime-endpoint=/var/run/crio.sock \
|
||||||
--extra-config=kubelet.image-service-endpoint=/var/run/crio.sock
|
--extra-config=kubelet.image-service-endpoint=/var/run/crio.sock \
|
||||||
|
--bootstrapper=kubeadm
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue