-
Notifications
You must be signed in to change notification settings - Fork 523
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
Added Feature Gate for Bootc Update Path #1969
Added Feature Gate for Bootc Update Path #1969
Conversation
Hello @inesqyx! Some important instructions when contributing to openshift/api: |
/retest-required |
/test verify |
1 similar comment
/test verify |
features/features.go
Outdated
@@ -348,6 +348,13 @@ var ( | |||
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade). | |||
mustRegister() | |||
|
|||
FeatureGateBootcUpdatePath = newFeatureGate("BootcUpdatePath"). |
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.
why specific for updates?
/assign @yuqi-zhang |
f0b0545
to
25db57e
Compare
/approve verify is still broken. |
395679b
to
2171c31
Compare
2171c31
to
d96a9f2
Compare
/test e2e-aws-ovn-techpreview |
@inesqyx: The following test 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. |
/lgtm Just noting that this will likely not be customer facing for the next release or two, but safe to have for internal testing and CI |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, inesqyx, 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 |
442f06d
into
openshift:master
[ART PR BUILD NOTIFIER] Distgit: ose-cluster-config-api |
This is for openshift/enhancements#1631
The MCO is experimenting a bootc based OS content update path, to prepare for the deprecation of rpm-ostree. Before bootc is fully ready, we need to gate the path from default mainly for testing purposes.