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 5
5
| MachineAPIOperatorDisableMachineHealthCheckController| | | | | | |
6
6
| MultiArchInstallAzure| | | | | | |
7
7
| ShortCertRotation| | | | | | |
8
- | NoRegistryClusterOperations| | | | <span style =" background-color : #519450 " >Enabled</span > | | |
9
8
| BootImageSkewEnforcement| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
10
9
| Example2| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
11
10
| ExternalSnapshotMetadata| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
12
11
| NewOLMCatalogdAPIV1Metas| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
13
12
| NewOLMOwnSingleNamespace| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
14
13
| NewOLMPreflightPermissionChecks| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
15
14
| 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 > |
16
16
| VSphereMixedNodeEnv| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
17
17
| NewOLM| | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
18
18
| 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 (
814
814
contactPerson ("andfasano" ).
815
815
productScope (ocpSpecific ).
816
816
enhancementPR ("https://github.com/openshift/enhancements/pull/1821" ).
817
- enableForClusterProfile (SelfManaged , configv1 .DevPreviewNoUpgrade ).
817
+ enableForClusterProfile (SelfManaged , configv1 .DevPreviewNoUpgrade , configv1 . TechPreviewNoUpgrade ).
818
818
mustRegister ()
819
819
820
820
FeatureGateGCPClusterHostedDNSInstall = newFeatureGate ("GCPClusterHostedDNSInstall" ).
Original file line number Diff line number Diff line change 36
36
{
37
37
" name " : " MultiArchInstallAzure"
38
38
},
39
- {
40
- " name " : " NoRegistryClusterOperations"
41
- },
42
39
{
43
40
" name " : " ShortCertRotation"
44
41
},
242
239
{
243
240
" name " : " NewOLMWebhookProviderOpenshiftServiceCA"
244
241
},
242
+ {
243
+ " name " : " NoRegistryClusterOperations"
244
+ },
245
245
{
246
246
" name " : " NodeSwap"
247
247
},
You can’t perform that action at this time.
0 commit comments