Fix init cluster script

This commit is contained in:
2024-03-28 23:44:25 +01:00
parent 08b5923d52
commit 9fbf7a98b8
2 changed files with 25 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
kind delete cluster
kind create cluster --config deployment/kind.yaml
kind create cluster --config kind.yaml
kubectl wait -A --for=condition=ready pod --field-selector=status.phase!=Succeeded --timeout=15m