Skip to content

Commit 535e4c8

Browse files
committed
set NoRegistryClusterOperations as techPreviewNoUpgrade
1 parent c7fbd08 commit 535e4c8

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
@@ -6,7 +6,6 @@
66
| MultiArchInstallAzure| | | | | | |
77
| ShortCertRotation| | | | | | |
88
| SigstoreImageVerification| | | | | | |
9-
| NoRegistryClusterOperations| | | | <span style="background-color: #519450">Enabled</span> | | |
109
| BootImageSkewEnforcement| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1110
| ClusterVersionOperatorConfiguration| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1211
| Example2| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
@@ -15,6 +14,7 @@
1514
| NewOLMOwnSingleNamespace| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1615
| NewOLMPreflightPermissionChecks| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1716
| 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> |
1818
| SELinuxMount| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1919
| VSphereMixedNodeEnv| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
2020
| 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
@@ -840,7 +840,7 @@ var (
840840
contactPerson("andfasano").
841841
productScope(ocpSpecific).
842842
enhancementPR("https://github.com/openshift/enhancements/pull/1821").
843-
enableForClusterProfile(SelfManaged, configv1.DevPreviewNoUpgrade).
843+
enableForClusterProfile(SelfManaged, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
844844
mustRegister()
845845

846846
FeatureGateGCPClusterHostedDNSInstall = newFeatureGate("GCPClusterHostedDNSInstall").

payload-manifests/featuregates/featureGate-SelfManagedHA-TechPreviewNoUpgrade.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
{
4040
"name": "MultiArchInstallAzure"
4141
},
42-
{
43-
"name": "NoRegistryClusterOperations"
44-
},
4542
{
4643
"name": "SELinuxMount"
4744
},
@@ -251,6 +248,9 @@
251248
{
252249
"name": "NewOLMWebhookProviderOpenshiftServiceCA"
253250
},
251+
{
252+
"name": "NoRegistryClusterOperations"
253+
},
254254
{
255255
"name": "NodeSwap"
256256
},

0 commit comments

Comments
 (0)