From 9d8ae0f3ba2eab6f247a1faace1c3f11dbf5b328 Mon Sep 17 00:00:00 2001 From: cuisongliu Date: Wed, 13 Sep 2023 13:09:14 +0800 Subject: [PATCH] add images Signed-off-by: cuisongliu --- .github/scripts/waitRunning.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/waitRunning.sh b/.github/scripts/waitRunning.sh index f0e48f1..04843ea 100644 --- a/.github/scripts/waitRunning.sh +++ b/.github/scripts/waitRunning.sh @@ -33,5 +33,5 @@ if kubectl version; then checker kubectl get pods -owide --all-namespaces kubectl get node -owide - crictl images + sudo crictl images fi