[release-4.21] HyperShift: relax ovnkube-control-plane zone anti-affinity#2911
[release-4.21] HyperShift: relax ovnkube-control-plane zone anti-affinity#2911ricky-rav wants to merge 1 commit intoopenshift:release-4.21from
Conversation
The required zone in the anti-affinity section on the managed ovnkube-control-plane deployment can prevent scheduling when the management cluster has one zone only. Replace it with a hard hostname anti-affinity (guaranteeing that two replicas land on different nodes) and a soft zone anti-affinity (preferring different zones when possible). Signed-off-by: Riccardo Ravaioli <rravaiol@redhat.com> (cherry picked from commit 223579a)
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ricky-rav 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 |
|
@ricky-rav: 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. |
The required zone in the anti-affinity section on the managed ovnkube-control-plane deployment can prevent scheduling when the management cluster has one zone only. Replace it with a hard hostname anti-affinity (guaranteeing that two replicas land on different nodes) and a soft zone anti-affinity (preferring different zones when possible).
(cherry picked from commit 223579a)