Skip to content

Commit 3043152

Browse files
committed
amended feature cluster profile just for SelfManaged
1 parent 5e4827e commit 3043152

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
| MachineAPIOperatorDisableMachineHealthCheckController| | | | | | |
66
| MultiArchInstallAzure| | | | | | |
77
| ShortCertRotation| | | | | | |
8+
| NoRegistryClusterOperations| | | | <span style="background-color: #519450">Enabled</span> | | |
89
| BootImageSkewEnforcement| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
910
| ClusterVersionOperatorConfiguration| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1011
| Example2| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
@@ -13,7 +14,6 @@
1314
| NewOLMOwnSingleNamespace| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1415
| NewOLMPreflightPermissionChecks| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1516
| 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> | | |
1717
| SELinuxMount| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1818
| VSphereMixedNodeEnv| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1919
| NewOLM| | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |

features/features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,6 +841,6 @@ var (
841841
contactPerson("andfasano").
842842
productScope(ocpSpecific).
843843
enhancementPR("https://github.com/openshift/enhancements/pull/1821").
844-
enableIn(configv1.DevPreviewNoUpgrade).
844+
enableForClusterProfile(SelfManaged, configv1.DevPreviewNoUpgrade).
845845
mustRegister()
846846
)

payload-manifests/featuregates/featureGate-Hypershift-DevPreviewNoUpgrade.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
{
4343
"name": "NewOLMWebhookProviderOpenshiftServiceCA"
4444
},
45+
{
46+
"name": "NoRegistryClusterOperations"
47+
},
4548
{
4649
"name": "ShortCertRotation"
4750
}
@@ -230,9 +233,6 @@
230233
{
231234
"name": "NetworkSegmentation"
232235
},
233-
{
234-
"name": "NoRegistryClusterOperations"
235-
},
236236
{
237237
"name": "NodeSwap"
238238
},

0 commit comments

Comments
 (0)