fully delete cluster if needed

This commit is contained in:
Daniel Sanche 2020-01-27 15:51:46 -08:00
parent b295c0abbb
commit c5eb997f30

View file

@ -19,6 +19,7 @@ jobs:
kubectl get nodes kubectl get nodes
else else
echo "test cluster not active. Attempting to create through kind..." echo "test cluster not active. Attempting to create through kind..."
kind delete cluster 2>/dev/null
kind create cluster kind create cluster
kubectl get nodes kubectl get nodes
fi fi