-
Notifications
You must be signed in to change notification settings - Fork 518
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
add feature gate for MCO boot images updates #1646
add feature gate for MCO boot images updates #1646
Conversation
Hello @djoshy! Some important instructions when contributing to openshift/api: |
config/v1/feature_gates.go
Outdated
@@ -331,4 +331,14 @@ var ( | |||
ResponsiblePerson: "vincepri", | |||
OwningProduct: ocpSpecific, | |||
} | |||
|
|||
FeatureGateManageBootImages = FeatureGateName("ManageBootImages") |
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.
Can we call it ManagedBootImages
?
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.
Done (:
@deads2k ptal |
d85d1f3
to
c8a8f66
Compare
c8a8f66
to
9656aae
Compare
9656aae
to
f5da7de
Compare
f5da7de
to
822316e
Compare
/approve holding for MCO ack /assign @yuqi-zhang |
822316e
to
4493ddf
Compare
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, djoshy, 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 |
mco acknowledges /hold cancel |
@djoshy: all tests passed! 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/test-infra repository. I understand the commands that are listed here. |
[ART PR BUILD NOTIFIER] This PR has been included in build ose-cluster-config-api-container-v4.15.0-202311301049.p0.gbe20875.assembly.stream for distgit ose-cluster-config-api. |
This adds a feature gate for the implementation of openshift/enhancements#1496 by the MCO team. This feature is planned to be released in 4.15 as TechPreview.