-
Notifications
You must be signed in to change notification settings - Fork 585
[CNF-5643] add machine-api capability #1449
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
[CNF-5643] add machine-api capability #1449
Conversation
|
Hello @qJkee! Some important instructions when contributing to openshift/api: |
|
/assign @JoelSpeed |
a8604e4 to
283d258
Compare
|
Code changes I think are ok here, would like us to get QE approval on the MAPI parts before merging so we've had a complete E2E test, i think that's imminent anyway |
|
Please make sure to add an appropriate PR description for the PR, do we need this for other CI to pass? Else, can we get a green signal on the MAO PR before we merged this? |
283d258 to
c1bcde1
Compare
|
@JoelSpeed To get green passes on other PRs we need to merge API to CVO and installer first |
This PR add machine-api capability which disables the following operators - machine-api-operator - cluster-autoscaler-operator - cluster-control-plane-machine-set-operator This capability is responsible for machines configuration and heavily targeted for SNO clusters.
c1bcde1 to
3778e7a
Compare
|
@qJkee: all tests passed! 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/test-infra repository. I understand the commands that are listed here. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed, qJkee The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR add machine-api capability which
disables the following operators
This capability is responsible for machines configuration
and heavily targeted for SNO clusters.