docs: extra-config with flags requires kubeadm
To use the extra-config options with flags (instead of struct fields), the kubeadm bootstrapper needs to be used.pull/2225/head
parent
bbb53c99c2
commit
be98b67baa
|
@ -27,5 +27,6 @@ $ minikube start \
|
|||
--network-plugin=cni \
|
||||
--extra-config=kubelet.container-runtime=remote \
|
||||
--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