File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
kubernetes/.github/workflows Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ jobs:
264264
265265 sudo systemctl cat docker
266266
267- sudo systemctl cat cri-containerd@1.7
267+ sudo systemctl cat cri-containerd@2.0
268268
269269 sudo systemctl cat cri-o || true
270270 sudo cat /etc/sysconfig/crio || true
@@ -280,7 +280,7 @@ jobs:
280280 sudo rm -rf /etc/crio/crio.conf.d/00-default.conf || true
281281
282282 test -z "${LNMP_K8S_LOCAL_INSTALL_OPTIONS}" \
283- && (sudo systemctl daemon-reload ; sudo systemctl start cri-containerd@1.7 ) || true
283+ && (sudo systemctl daemon-reload ; sudo systemctl start cri-containerd@2.0 ) || true
284284 test "${LNMP_K8S_LOCAL_INSTALL_OPTIONS}" = "--docker" \
285285 && (sudo systemctl restart docker || sudo journalctl -u docker) || true
286286 test "${LNMP_K8S_LOCAL_INSTALL_OPTIONS}" = "--crio" \
@@ -329,7 +329,7 @@ jobs:
329329
330330 sudo journalctl -u kube-proxy
331331 sudo journalctl -u kubelet${KUBELET_SERVICE}
332- sudo journalctl -u cri-containerd@1.7 || true
332+ sudo journalctl -u cri-containerd@2.0 || true
333333 sudo journalctl -u cri-o || true
334334
335335 kubectl get csr
You can’t perform that action at this time.
0 commit comments