From c5eb997f30aeddaf59dc9d42eec4ddc8c4471999 Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Mon, 27 Jan 2020 15:51:46 -0800 Subject: [PATCH] fully delete cluster if needed --- .github/workflows/smoke-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index 9c97a48..d6d1260 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -19,6 +19,7 @@ jobs: kubectl get nodes else echo "test cluster not active. Attempting to create through kind..." + kind delete cluster 2>/dev/null kind create cluster kubectl get nodes fi