Skip to content

Commit 12cd8ce

Browse files
committed
[k8s] fix github action [lwpm dist] [sync git]
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
1 parent b355080 commit 12cd8ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kubernetes/.github/workflows/setup-k8s.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)