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 6
6
| MultiArchInstallAzure| | | | | | |
7
7
| ShortCertRotation| | | | | | |
8
8
| SigstoreImageVerification| | | | | | |
9
- | NoRegistryClusterOperations| | | | <span style =" background-color : #519450 " >Enabled</span > | | |
10
9
| BootImageSkewEnforcement| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
11
10
| ClusterVersionOperatorConfiguration| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
12
11
| Example2| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
15
14
| NewOLMOwnSingleNamespace| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
16
15
| NewOLMPreflightPermissionChecks| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
17
16
| NewOLMWebhookProviderOpenshiftServiceCA| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
17
+ | NoRegistryClusterOperations| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
18
18
| SELinuxMount| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
19
19
| VSphereMixedNodeEnv| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
20
20
| NewOLM| | <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 @@ -840,7 +840,7 @@ var (
840
840
contactPerson ("andfasano" ).
841
841
productScope (ocpSpecific ).
842
842
enhancementPR ("https://github.com/openshift/enhancements/pull/1821" ).
843
- enableForClusterProfile (SelfManaged , configv1 .DevPreviewNoUpgrade ).
843
+ enableForClusterProfile (SelfManaged , configv1 .DevPreviewNoUpgrade , configv1 . TechPreviewNoUpgrade ).
844
844
mustRegister ()
845
845
846
846
FeatureGateGCPClusterHostedDNSInstall = newFeatureGate ("GCPClusterHostedDNSInstall" ).
Original file line number Diff line number Diff line change 39
39
{
40
40
" name " : " MultiArchInstallAzure"
41
41
},
42
- {
43
- " name " : " NoRegistryClusterOperations"
44
- },
45
42
{
46
43
" name " : " SELinuxMount"
47
44
},
251
248
{
252
249
" name " : " NewOLMWebhookProviderOpenshiftServiceCA"
253
250
},
251
+ {
252
+ " name " : " NoRegistryClusterOperations"
253
+ },
254
254
{
255
255
" name " : " NodeSwap"
256
256
},
You can’t perform that action at this time.
0 commit comments