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 > | | |
8
9
| BootImageSkewEnforcement| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
9
10
| ClusterVersionOperatorConfiguration| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
10
11
| Example2| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
13
14
| NewOLMOwnSingleNamespace| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
14
15
| NewOLMPreflightPermissionChecks| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
15
16
| NewOLMWebhookProviderOpenshiftServiceCA| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
16
- | NoRegistryClusterOperations| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
17
17
| SELinuxMount| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
18
18
| VSphereMixedNodeEnv| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
19
19
| 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 @@ -841,6 +841,6 @@ var (
841
841
contactPerson ("andfasano" ).
842
842
productScope (ocpSpecific ).
843
843
enhancementPR ("https://github.com/openshift/enhancements/pull/1821" ).
844
- enableIn ( configv1 .DevPreviewNoUpgrade ).
844
+ enableForClusterProfile ( SelfManaged , configv1 .DevPreviewNoUpgrade ).
845
845
mustRegister ()
846
846
)
Original file line number Diff line number Diff line change 42
42
{
43
43
" name " : " NewOLMWebhookProviderOpenshiftServiceCA"
44
44
},
45
+ {
46
+ " name " : " NoRegistryClusterOperations"
47
+ },
45
48
{
46
49
" name " : " ShortCertRotation"
47
50
}
230
233
{
231
234
" name " : " NetworkSegmentation"
232
235
},
233
- {
234
- " name " : " NoRegistryClusterOperations"
235
- },
236
236
{
237
237
" name " : " NodeSwap"
238
238
},
You can’t perform that action at this time.
0 commit comments