OPRUN-4588: use AlwaysAllow UnhealthyPodEvictionPolicy option in PDBs#1280
OPRUN-4588: use AlwaysAllow UnhealthyPodEvictionPolicy option in PDBs#1280atiratree wants to merge 1 commit intoopenshift:mainfrom
Conversation
|
@atiratree: This pull request references OPRUN-4588 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
WalkthroughThree PodDisruptionBudget manifest files are updated to add an Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: atiratree The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/retest |
|
/retest-required |
|
Hi @atiratree. Thanks for the PR. I checked https://redhat.atlassian.net/browse/OPRUN-4588 but I did not see any analogue for OLMv1, only the OLMv0 issue. For olmv1, the repo is https://github.com/operator-framework/operator-controller and it looks like it would need updates for the files:
|
|
@atiratree: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
|
Thanks @grokspawn, I will look into that and open a PR against OLMv1 as well. |
|
/retest |
|
Please see operator-framework/operator-controller#2688 for OLMv1 |
Allow eviction of unhealthy (not ready) pods even if there are no disruptions
allowed on a PodDisruptionBudget. This can help to drain/maintain a node and
recover without a manual intervention when multiple instances of nodes or pods
are misbehaving.
Summary by CodeRabbit