Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kubernetes test: wait for 'traefik' to start #146

Commits on Aug 20, 2024

  1. Kubernetes test: wait for 'traefik' to start

    This avoids rare race condition failures.
    
    Use prebuilt protoc toolchain · buildbarn/bb-deployments@a2c16d0
    https://github.com/buildbarn/bb-deployments/actions/runs/10471995753/job/29000455997?pr=139
    
        ...
        ++ kubectl get service --namespace=buildbarn frontend -o json
        ++ jq --raw-output '.status.loadBalancer.ingress[0].ip'
        + bb_frontend_ip=172.20.0.2
        + bb_frontend_address=grpc://172.20.0.2:8980
        ++ kubectl get service --namespace=kube-system traefik -o json
        ++ jq --raw-output '.status.loadBalancer.ingress[0].ip'
        Error from server (NotFound): services "traefik" not found
        ...
    stagnation committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    29bf285 View commit details
    Browse the repository at this point in the history