Remove default cni flags from the documentation
parent
7ef2918100
commit
6ff11e44a5
|
|
@ -142,7 +142,7 @@ minikube stop
|
|||
|
||||
and then start minikube again with the following flags:
|
||||
|
||||
minikube start --container-runtime=containerd --docker-opt containerd=/var/run/containerd/containerd.sock --network-plugin=cni`)
|
||||
minikube start --container-runtime=containerd --docker-opt containerd=/var/run/containerd/containerd.sock`)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
|
|||
|
|
@ -7,8 +7,7 @@ When starting minikube, specify the following flags, along with any additional d
|
|||
|
||||
```shell
|
||||
$ minikube start --container-runtime=containerd \
|
||||
--docker-opt containerd=/var/run/containerd/containerd.sock \
|
||||
--network-plugin=cni --enable-default-cni
|
||||
--docker-opt containerd=/var/run/containerd/containerd.sock
|
||||
```
|
||||
|
||||
### Enabling gVisor
|
||||
|
|
|
|||
|
|
@ -39,8 +39,6 @@ The bootable ISO image will be available in `out/minikube.iso`.
|
|||
```shell
|
||||
$ ./out/minikube start \
|
||||
--container-runtime=rkt \
|
||||
--network-plugin=cni \
|
||||
--enable-default-cni \
|
||||
--iso-url=file://$GOPATH/src/k8s.io/minikube/out/minikube.iso
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue