Merge pull request #2225 from r2d4/doc-fix

docs: extra-config with flags requires kubeadm
pull/2229/head
Matt Rickard 2017-11-27 10:58:25 -08:00 committed by GitHub
commit a0b09f41cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
```