Closed atiratree closed 10 months ago
/retest
/retest
/retest
/retest
/retest
cc @hasbro17 @dusk125
/retest-required
/retest-required /lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: atiratree, dusk125
The full list of commands accepted by this bot can be found here.
The pull request process is described here
This test is being made optional https://github.com/openshift/release/pull/47252 /override ci/prow/e2e-gcp-qe-no-capabilities
@dusk125: Overrode contexts on behalf of dusk125: ci/prow/e2e-gcp-qe-no-capabilities
/retitle NO-JIRA: bump library-go and use default UnhealthyPodEvictionPolicy
This PR bumps library-go only. The change under pkg/operator/starter.go reflects the new API which is no-op for this operator.
@atiratree: This pull request explicitly references no jira issue.
/retest-required
Remaining retests: 0 against base HEAD 9e38f4dd5ada7f72151b4ecac32d9adf5923d536 and 2 for PR HEAD 647af2f5002a4f6c5846e885eb2643916394a21e in total
@atiratree: The following test 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-aws-etcd-recovery | 647af2f5002a4f6c5846e885eb2643916394a21e | link | false | /test e2e-aws-etcd-recovery |
Full PR test history. Your PR dashboard.
/retest-required
[ART PR BUILD NOTIFIER]
This PR has been included in build cluster-etcd-operator-container-v4.16.0-202401100232.p0.ga13dff1.assembly.stream for distgit cluster-etcd-operator. All builds following this will include this PR.
etcd should use a default UnhealthyPodEvictionPolicy behavior corresponding to the IfHealthyBudget policy. This policy achieves the least amount of disruption, as it does not allow eviction when multiple etcd pods do not report readiness. This can block node drain/maintenance. The cluster administrator should then analyze these pods and decide which one to bring down manually.
As opposed to for example to kube-apiserver that can use more permissive eviction policy: https://github.com/openshift/cluster-kube-apiserver-operator/pull/1579