File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,10 @@ Or you can use the extended version:
25
25
``` shell
26
26
$ minikube start \
27
27
--network-plugin=cni \
28
+ --cri-socket=/var/run/crio/crio.sock \
28
29
--extra-config=kubelet.container-runtime=remote \
29
- --extra-config=kubelet.container-runtime-endpoint=/var/run/crio/crio.sock \
30
- --extra-config=kubelet.image-service-endpoint=/var/run/crio/crio.sock \
30
+ --extra-config=kubelet.container-runtime-endpoint=unix:// /var/run/crio/crio.sock \
31
+ --extra-config=kubelet.image-service-endpoint=unix:// /var/run/crio/crio.sock \
31
32
--bootstrapper=kubeadm
32
33
```
33
34
@@ -47,8 +48,9 @@ Or you can use the extended version:
47
48
``` shell
48
49
$ minikube start \
49
50
--network-plugin=cni \
51
+ --cri-socket=/run/containerd/containerd.sock \
50
52
--extra-config=kubelet.container-runtime=remote \
51
53
--extra-config=kubelet.container-runtime-endpoint=unix:///run/containerd/containerd.sock \
52
54
--extra-config=kubelet.image-service-endpoint=unix:///run/containerd/containerd.sock \
53
55
--bootstrapper=kubeadm
54
- ```
56
+ ```
You can’t perform that action at this time.
0 commit comments