fully delete cluster if needed
This commit is contained in:
parent
b295c0abbb
commit
c5eb997f30
1 changed files with 1 additions and 0 deletions
1
.github/workflows/smoke-tests.yml
vendored
1
.github/workflows/smoke-tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue