File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,10 @@ Or you can use the extended version:
24
24
``` shell
25
25
$ minikube start \
26
26
--network-plugin=cni \
27
+ --cri-socket=/var/run/crio/crio.sock \
27
28
--extra-config=kubelet.container-runtime=remote \
28
- --extra-config=kubelet.container-runtime-endpoint=/var/run/crio/crio.sock \
29
- --extra-config=kubelet.image-service-endpoint=/ var/run/crio/crio.sock
29
+ --extra-config=kubelet.container-runtime-endpoint=unix:// /var/run/crio/crio.sock \
30
+ --extra-config=kubelet.image-service-endpoint=unix:/// var/run/crio/crio.sock \
30
31
```
31
32
32
33
### Using containerd
@@ -44,6 +45,7 @@ Or you can use the extended version:
44
45
``` shell
45
46
$ minikube start \
46
47
--network-plugin=cni \
48
+ --cri-socket=/run/containerd/containerd.sock \
47
49
--extra-config=kubelet.container-runtime=remote \
48
50
--extra-config=kubelet.container-runtime-endpoint=unix:///run/containerd/containerd.sock \
49
51
--extra-config=kubelet.image-service-endpoint=unix:///run/containerd/containerd.sock
You can’t perform that action at this time.
0 commit comments