We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b5a9b commit 138fe6bCopy full SHA for 138fe6b
features/features.go
@@ -393,6 +393,14 @@ var (
393
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
394
mustRegister()
395
396
+ FeatureGateManagedBootImagesCPMS = newFeatureGate("ManagedBootImagesCPMS").
397
+ reportProblemsToJiraComponent("MachineConfigOperator").
398
+ contactPerson("djoshy").
399
+ productScope(ocpSpecific).
400
+ enhancementPR("https://github.com/openshift/enhancements/pull/1761").
401
+ enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
402
+ mustRegister()
403
+
404
FeatureGateBootImageSkewEnforcement = newFeatureGate("BootImageSkewEnforcement").
405
reportProblemsToJiraComponent("MachineConfigOperator").
406
contactPerson("djoshy").
0 commit comments