Skip to content

Commit

Permalink
Add wait condition
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Jun 3, 2024
1 parent 4cb329d commit 6c1eeff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/kubevirt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
# curl -s -L "https://raw.githubusercontent.com/snowdrop/k8s-infra/main/kind/kind.sh" | bash -s install --ingress-ports 80:33080 --ingress-ports 443:33443
kind create cluster
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml
kubectl wait deployment -n ingress-nginx deployment/ingress-nginx-controller --for condition=Available=True --timeout=90s
# - name: Log OS, kube tools, container versions
# run: |
Expand Down

0 comments on commit 6c1eeff

Please sign in to comment.