-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Be more robust in case kubectl fails #8712
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
Conversation
/werft run 👍 started the job as gitpod-build-me-kubectlerror.0 |
/hold Could you rebase now that #8711 was merged? |
69d0a75
2cd5813
to
69d0a75
Compare
|
Codecov Report
@@ Coverage Diff @@
## main #8712 +/- ##
==========================================
- Coverage 12.31% 11.17% -1.14%
==========================================
Files 20 18 -2
Lines 1161 993 -168
==========================================
- Hits 143 111 -32
+ Misses 1014 880 -134
+ Partials 4 2 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Description
If
kubectl get pods
fails while polling the state, keep polling instead of failing.This error occurred during a load test: https://werft.gitpod-dev.com/job/gitpod-build-lod-with-vm-4.0/raw
Related Issue(s)
Fixes #
How to test
Potentially only reproducible during load test.
Release Notes
Documentation