Open praveenkumar opened 5 months ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please ask for approval from praveenkumar. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
/cherry-pick release-4.16
@praveenkumar: once the present PR merges, I will cherry-pick it on top of release-4.16 in a new PR and assign it to you.
/cherry-pick release-4.17
@praveenkumar: once the present PR merges, I will cherry-pick it on top of release-4.17 in a new PR and assign it to you.
@praveenkumar: The following tests failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/e2e-microshift | 06e6b4ba3e0eecbe88093bce00aa64ab7aff6a60 | link | true | /test e2e-microshift |
ci/prow/e2e-snc | 06e6b4ba3e0eecbe88093bce00aa64ab7aff6a60 | link | true | /test e2e-snc |
Full PR test history. Your PR dashboard.
Sometime pods goes to
ContainerStatusUnknown
state where it is not able to send the status to kubelet and it stays there till manually deleted and due to it our snc script fails. In this PR we are deleting the pods which are in failed state (which is the same for ContainerStatusUnknown one) and then checks the pods availablity.fixes: #920