-
Notifications
You must be signed in to change notification settings - Fork 108
OCPEDGE-1306: feat: change minimum for arbiter ha deployments #734
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCPEDGE-1306: feat: change minimum for arbiter ha deployments #734
Conversation
073ca2e to
83754c1
Compare
|
@eggfoobar: This pull request references OCPEDGE-1306 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 "4.18.0" version, but no target version was set. In 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. |
83754c1 to
0515f14
Compare
|
@eggfoobar: This pull request references OCPEDGE-1306 which is a valid jira issue. In 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. |
0515f14 to
a7f5995
Compare
|
/test okd-scos-e2e-aws-ovn |
|
/lgtm |
|
/approve |
Signed-off-by: ehila <ehila@redhat.com>
a7f5995 to
c461a43
Compare
|
Hey @ibihim when you get a chance, can I get another lgtm on this PR, I needed to rebase the dependencies. |
|
@eggfoobar: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
|
/retest-required |
|
/lgtm This code hasn't changed, it was just rebased some after some dependency updates. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, eggfoobar, ibihim, jaypoulz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/label acknowledge-critical-fixes-only Payloads seem to have stabilized, merging in change. |
c36b165
into
openshift:master
|
[ART PR BUILD NOTIFIER] Distgit: ose-cluster-authentication-operator |
Per EP: openshift/enhancements#1674
The EP supports a new cluster topology called
HighlyAvailableArbiter, this topology means that there will be 2 regular nodes and 1 arbiter less powerful node to help maintain HA. This PR updates the minimum pod count to 2 forHighlyAvailableArbitertopologies since the pods will only be running on the full sized master nodes and not in the arbiter node.