File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
payload-manifests/featuregates Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55| MachineAPIOperatorDisableMachineHealthCheckController| | | | | | |
66| MultiArchInstallAzure| | | | | | |
77| ShortCertRotation| | | | | | |
8- | NoRegistryClusterOperations| | | | <span style =" background-color : #519450 " >Enabled</span > | | |
98| BootImageSkewEnforcement| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
109| Example2| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
1110| ExternalSnapshotMetadata| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
1211| NewOLMCatalogdAPIV1Metas| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
1312| NewOLMOwnSingleNamespace| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
1413| NewOLMPreflightPermissionChecks| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
1514| NewOLMWebhookProviderOpenshiftServiceCA| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
15+ | NoRegistryClusterOperations| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
1616| VSphereMixedNodeEnv| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
1717| NewOLM| | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
1818| AWSClusterHostedDNS| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > |
Original file line number Diff line number Diff line change @@ -814,7 +814,7 @@ var (
814814 contactPerson ("andfasano" ).
815815 productScope (ocpSpecific ).
816816 enhancementPR ("https://github.com/openshift/enhancements/pull/1821" ).
817- enableForClusterProfile (SelfManaged , configv1 .DevPreviewNoUpgrade ).
817+ enableForClusterProfile (SelfManaged , configv1 .DevPreviewNoUpgrade , configv1 . TechPreviewNoUpgrade ).
818818 mustRegister ()
819819
820820 FeatureGateGCPClusterHostedDNSInstall = newFeatureGate ("GCPClusterHostedDNSInstall" ).
Original file line number Diff line number Diff line change 3636 {
3737 " name " : " MultiArchInstallAzure"
3838 },
39- {
40- " name " : " NoRegistryClusterOperations"
41- },
4239 {
4340 " name " : " ShortCertRotation"
4441 },
242239 {
243240 " name " : " NewOLMWebhookProviderOpenshiftServiceCA"
244241 },
242+ {
243+ " name " : " NoRegistryClusterOperations"
244+ },
245245 {
246246 " name " : " NodeSwap"
247247 },
You can’t perform that action at this time.
0 commit comments