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
Matt Rickard 2017-11-27 10:39:56 -08:00
parent bbb53c99c2
commit be98b67baa
1 changed files with 2 additions and 1 deletions

View File

@ -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
```