Skip to content

Commit

Permalink
Fix k8s test flakiness of Traefik no ready
Browse files Browse the repository at this point in the history
  • Loading branch information
moroten committed Feb 6, 2024
1 parent e5b0d4d commit 5f7ef99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/test-deployment-kubernetes
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ trap cleanup EXIT
kubectl apply -k kubernetes
kubectl rollout status --watch --namespace=buildbarn --timeout=300s statefulset
kubectl rollout status --watch --namespace=buildbarn --timeout=300s deployment
kubectl rollout status --watch --namespace=kube-system --timeout=300s statefulset
kubectl rollout status --watch --namespace=kube-system --timeout=300s deployment
kubectl rollout status --watch --namespace=kube-system --timeout=300s daemonset

# Find the frontend.
bb_frontend_ip=$(kubectl get service --namespace=buildbarn frontend -o json | jq --raw-output '.status.loadBalancer.ingress[0].ip')
Expand Down

0 comments on commit 5f7ef99

Please sign in to comment.