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

Conversation

michi-covalent
Copy link
Contributor

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

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 michi-covalent requested review from a team as code owners May 4, 2021 01:14
@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label May 4, 2021
@michi-covalent michi-covalent added the release-note/misc This PR makes changes that have no direct user impact. label May 4, 2021
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label May 4, 2021
Copy link
Member

@joestringer joestringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hopefully this'll help us debug at least.

@joestringer joestringer added release-note/ci This PR makes changes to the CI. and removed release-note/misc This PR makes changes that have no direct user impact. labels May 4, 2021
@michi-covalent
Copy link
Contributor Author

test-me-please

@nebril
Copy link
Member

nebril commented May 5, 2021

Failures are not connected to the change, marking as ready to merge

@nebril nebril added ready-to-merge This PR has passed all tests and received consensus from code owners to merge. needs-backport/1.10 labels May 5, 2021
@maintainer-s-little-helper maintainer-s-little-helper bot added this to Needs backport from master in 1.10.0-rc2 May 5, 2021
@maintainer-s-little-helper maintainer-s-little-helper bot removed this from Needs backport from master in 1.10.0-rc2 May 5, 2021
@jrajahalme jrajahalme merged commit 1a53548 into master May 6, 2021
@jrajahalme jrajahalme deleted the pr/michi/gkedebug branch May 6, 2021 14:47
@brb brb mentioned this pull request May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/ci This PR makes changes to the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants