-
Notifications
You must be signed in to change notification settings - Fork 457
OCPEDGE-1313: feat: added assets for arbiter node role #4675
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-1313: feat: added assets for arbiter node role #4675
Conversation
|
@eggfoobar: This pull request references OCPEDGE-1313 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. |
6782978 to
3561e94
Compare
d5b210f to
3944cbf
Compare
|
@eggfoobar: This pull request references OCPEDGE-1313 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.19.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. |
651169f to
ba94c65
Compare
|
@eggfoobar: This pull request references OCPEDGE-1313 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.19.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. |
|
/retest-required |
yuqi-zhang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks good to me, the main concern of don't-have-arbiter-artifacts-by-default is addressed. A few (non-blocking) questions/concerns:
- will this feature not undergo tech preview? Will you need to add MCO presubmits for arbiter-related CI?
- we don't really have anything monitoring templates, as such if we were to say, add additional master file/unit templates in the future, is the expectation that they should also be added to arbiter? Should we have some mechanism to check for that?
|
ba94c65 to
de60b2c
Compare
added arbiter node role assets that mirror master, this will be changed before GA added logic to handle arbiter node assets only when arbiter node is explicitly defined Signed-off-by: ehila <ehila@redhat.com>
de60b2c to
2d4bca0
Compare
|
/lgtm I'm not too familiar with the tech preview process, but since all the code here is gated behind HighlyAvailableArbiter and that's gated behind a FG, I think it should be fine not to explicitly gate the MCO code here too. This shouldn't break existing CI either so I'm fine with getting this in so we can start adding tests |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: eggfoobar, yuqi-zhang 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 |
|
@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. |
|
/label acknowledge-critical-fixes-only |
0082265
into
openshift:master
|
[ART PR BUILD NOTIFIER] Distgit: ose-machine-config-operator |
- What I did
Added initial support for the arbiter node role. The arbiter role currently mimics the master node in configuration, so we are copying the same assets for master and using it for arbiter.
This feature is currently for TechPreview but before we hit GA we will re-work this approach to remove duplication.
See: openshift/enhancements#1674
- How to verify it
This feature will only work on baremetal HighlyAvailableArbiter control plane topology clusters. When running on those deployments, an MCP for arbiter and MCs for arbiter deployments should be present. Otherwise no trace of Arbiter should be present in the generated configs.
- Description for the changelog