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

ci-gke: Add -v=6 for kubectl get pods #15994

Merged
merged 1 commit into from
May 6, 2021
Merged

ci-gke: Add -v=6 for kubectl get pods #15994

merged 1 commit into from
May 6, 2021

Commits on May 4, 2021

  1. ci-gke: Add -v=6 for kubectl get pods

    Increase the verbosity to print the k8s api server response time. This
    will print two additional lines:
    
        I0503 17:51:03.336177   71199 loader.go:379] Config loaded from file:  /path/to/.kube/config
        I0503 17:51:03.428938   71199 round_trippers.go:445] GET https://x.x.x.x/api/v1/pods?limit=500 200 OK in 85 milliseconds
    
    The "Post-test information gathering" step is taking a long time (>7m)
    for some runs. This will show if it's the api server that's slow.
    
    An example of a slow run: https://github.com/cilium/cilium/runs/2496703189?check_suite_focus=true
    
    Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
    michi-covalent committed May 4, 2021
    Configuration menu
    Copy the full SHA
    5820a5e View commit details
    Browse the repository at this point in the history