From da59ebff70fc3615634b674fb256490d5e10219d Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Mon, 23 May 2022 19:22:36 +0200 Subject: [PATCH] build: small debug commands for nightly job Signed-off-by: Christian Kotzbauer --- .github/workflows/periodics-daily.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/periodics-daily.yaml b/.github/workflows/periodics-daily.yaml index d48f9d1..04f2ac5 100644 --- a/.github/workflows/periodics-daily.yaml +++ b/.github/workflows/periodics-daily.yaml @@ -114,6 +114,8 @@ jobs: helm install kured ./charts/kured/ --set configuration.period=1m kubectl config set-context kind-chart-testing kubectl get ds --all-namespaces + kubectl get nodes -o yaml + sleep 5 kubectl describe ds kured - name: Ensure kured is ready