-
Notifications
You must be signed in to change notification settings - Fork 199
OCPEDGE-1192: feat: initial arbiter node addition #1731
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-1192: feat: initial arbiter node addition #1731
Conversation
|
Hi @eggfoobar. Thanks for your PR. I'm waiting for a openshift-metal3 member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
/hold Currently running int an odd issue where I'm not sure if it's a problem with the devscript or not. But the arbiter node takes around 10minutes to join the cluster because the inspecting phase takes too long. @zaneb Would you be able to know why that is? I did create this PR in baremetal for the provisioning controller, but don't if I'm missing something else here. openshift/cluster-baremetal-operator#460 |
|
/ok-to-test |
|
No idea about the inspection thing. Creating a new node type and duplicating all of the config for it seems like a... high-maintenance way to do this. Couldn't we treat the arbiter node as a control-plane node everywhere except when generating the install config? |
b996866 to
3cb7d31
Compare
|
Hey @zaneb and @dtantsur, thanks for the recommendations, I trimmed back all the additional files to only the required parts for deploying the arbiter node. Currently, we don't need much of the other features of the scripts here, so the changes only revolve around altering the install config and adding a new arbiter flavor that will only get triggered when the arbiter is enabled. The |
|
/unhold The issue I had mentioned earlier has been resolved, no reason to have a hold on this PR anymore. |
|
/retest |
|
/approve @eggfoobar could you add the new variables to https://github.com/openshift-metal3/dev-scripts/blob/master/config_example.sh with an explanation how to use them? (e.g. how to set NUM_MASTERS) |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dtantsur 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 |
3cb7d31 to
f5d754b
Compare
Yeah absolutely, updated! |
f5d754b to
e2f7f33
Compare
|
/retest |
1 similar comment
|
/retest |
|
@dtantsur This should be all set now, thanks for the input! |
added support for creating install for clusters with arbiter nodes added arbiter flavor to allow using smaller compute sizes for testing
e2f7f33 to
eead82d
Compare
|
/lgtm |
c5b09db
into
openshift-metal3:master
added support for creating install for clusters with arbiter nodes
In 4.19 of OCP, we will be supporting a deployment with Two Node Openshift with Arbiter on the baremetal platform, this PR adds the arbiter configuration to the metal scripts to help deploy and test arbiter topologies for baremetal.
For more details see EP: openshift/enhancements#1674