increase timeout: wait for k3d cluster to be ready

This commit is contained in:
Cedric Verstraeten
2024-11-30 10:14:59 +01:00
parent 213ffc7f47
commit 777f3d8db1

View File

@@ -22,6 +22,7 @@ jobs:
kubectl version
- name: Test kind
run: |
echo "Sleeping for 120 seconds, give time for the cluster to be ready" && sleep 120
kubectl get no
kubectl get pods -A -o wide
kubectl get sc