-
Notifications
You must be signed in to change notification settings - Fork 38
OCPBUGS-59888: Add support to disable CAPZ components through a manager flag #347
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
OCPBUGS-59888: Add support to disable CAPZ components through a manager flag #347
Conversation
@bryan-cox: This pull request references CNTRLPLANE-263 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.z" 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. |
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.
/approve
cc. @nrb
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: damdo 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 |
/assign @nrb |
/lgtm /retest-required |
/test security |
Security verification was failing on this:
At the moment, I'm not quite sure how to log in to Snyk to mark this as ignored permanently, but we do not ship anything within the /override ci/prow/security |
@nrb: Overrode contexts on behalf of nrb: ci/prow/security 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 kubernetes-sigs/prow repository. |
/label backport-risk-assessed |
@bryan-cox: This pull request references Jira Issue OCPBUGS-59888, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
/jira refresh |
@bryan-cox: This pull request references Jira Issue OCPBUGS-59888, which is valid. 7 validation(s) were run on this bug
Requesting review from QA contact: 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. |
/override ci/prow/security |
@damdo: Overrode contexts on behalf of damdo: ci/prow/security 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 kubernetes-sigs/prow repository. |
@bryan-cox: 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 cherry-pick-approved |
/label qe-approved Setup a cluster and disabled cvo and cluster-capi-operator, update deployment capz-controller-manager to try the new flag - --disable-controllers-or-webhooks=DisableAzureJSONMachineController, the deployment works well.
|
2e2909c
into
openshift:release-4.19
@bryan-cox: Jira Issue OCPBUGS-59888: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-59888 has been moved to the MODIFIED state. 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. |
[ART PR BUILD NOTIFIER] Distgit: ose-azure-cluster-api-controllers |
Fix included in accepted release 4.19.0-0.nightly-2025-07-30-023414 |
This is from kubernetes-sigs#5552.
Adds the ability to disable CAPZ components through a manager flag. Flags added for disabling ASO Secret Controller and disabling Azure JSON Machine Controller.