add kubepodcrashlooping to list of ignored alerts#25094
add kubepodcrashlooping to list of ignored alerts#25094openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
this is only being added temporarily until https://bugzilla.redhat.com/show_bug.cgi?id=1842002 is resolved, after which this PR must be reverted.
|
/cherrypick release-4.5 |
|
@bparees: once the present PR merges, I will cherry-pick it on top of release-4.5 in a new PR and assign it to you. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Won't you need to link a bug from the PR subject to backport to 4.5? Also, my preference for a test-side fix would be a six-minute post-install sleep (or a kube-apiserver Progressing=True sleep, capped at 6m) to give the API server time to settle down. But I'm fine with whatever in the short term ;) |
not if i just override the bz req. which is what i plan to do.
this seemed to be the approach @smarterclayton preferred, post-install sleeps were apparently rejected previously. |
|
Post install sleep won't fix this - this test runs AFTER the rest of the tests, and looks back 2 hours. Adding 6m won't fix it unfortunately unless it happens that upgrade takes longer than 2 hours, which is not something to rely on. I originally thought it was the wait but the test is much smarter now and our product regressing a bit. |
|
/lgtm GCP failed to build with: /retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bparees, wking The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
that seems like an error that should not happen... @stevekuznetsov |
Seems rare. But yeah, would be nice if it didn't happen at all :). |
|
@openshift/openshift-team-monitoring not that this test is really your concern but fyi. |
|
FIPS Kube API went dark before bootstrap complete, and install failed. e2e-cmd failed in setup with: serial made it to the tests, but failed on: upgrade failed on /retest |
|
Poking in the FIPS failure's log bundle: I don't see anyone talking about that yet; spun off to rhbz#1846200. |
|
This time upgrade died on install with /test e2e-gcp-upgrade |
|
/retest |
|
We're backsliding :p. Verify: /retest |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
4 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@bparees: new pull request created: #25099 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
this is only being added temporarily until
https://bugzilla.redhat.com/show_bug.cgi?id=1842002 is resolved,
after which this PR must be reverted.