Skip to content

Commit c16ec2b

Browse files
Merge pull request #2671 from JoelSpeed/remove-alibaba-feature-gate
OCPBUGS-55654: Remove AlibabaPlatform FeatureGate
2 parents 36c258a + 1ac2624 commit c16ec2b

10 files changed

Lines changed: 6 additions & 39 deletions

features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
| VolumeGroupSnapshot| | | <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> |
8282
| AdditionalRoutingCapabilities| <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> | <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> |
8383
| AdminNetworkPolicy| <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> | <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> |
84-
| AlibabaPlatform| <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> | <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> |
8584
| AzureWorkloadIdentity| <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> | <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> |
8685
| BuildCSIVolumes| <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> | <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> |
8786
| CPMSMachineNamePrefix| <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> | <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> |

features/features.go

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,6 @@ var (
131131
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade, configv1.Default, configv1.OKD).
132132
mustRegister()
133133

134-
FeatureGateAlibabaPlatform = newFeatureGate("AlibabaPlatform").
135-
reportProblemsToJiraComponent("cloud-provider").
136-
contactPerson("jspeed").
137-
productScope(ocpSpecific).
138-
enhancementPR(legacyFeatureGateWithoutEnhancement).
139-
enableIn(configv1.Default, configv1.OKD, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
140-
mustRegister()
141-
142134
FeatureGateVSphereHostVMGroupZonal = newFeatureGate("VSphereHostVMGroupZonal").
143135
reportProblemsToJiraComponent("splat").
144136
contactPerson("jcpowermac").
@@ -676,12 +668,12 @@ var (
676668
mustRegister()
677669

678670
FeatureGateKMSEncryption = newFeatureGate("KMSEncryption").
679-
reportProblemsToJiraComponent("kube-apiserver").
680-
contactPerson("ardaguclu").
681-
productScope(ocpSpecific).
682-
enhancementPR("https://github.com/openshift/enhancements/pull/1900").
683-
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
684-
mustRegister()
671+
reportProblemsToJiraComponent("kube-apiserver").
672+
contactPerson("ardaguclu").
673+
productScope(ocpSpecific).
674+
enhancementPR("https://github.com/openshift/enhancements/pull/1900").
675+
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
676+
mustRegister()
685677

686678
FeatureGateHighlyAvailableArbiter = newFeatureGate("HighlyAvailableArbiter").
687679
reportProblemsToJiraComponent("Two Node with Arbiter").

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,6 @@
254254
{
255255
"name": "AdminNetworkPolicy"
256256
},
257-
{
258-
"name": "AlibabaPlatform"
259-
},
260257
{
261258
"name": "AzureWorkloadIdentity"
262259
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@
7676
{
7777
"name": "AdminNetworkPolicy"
7878
},
79-
{
80-
"name": "AlibabaPlatform"
81-
},
8279
{
8380
"name": "AutomatedEtcdBackup"
8481
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,6 @@
256256
{
257257
"name": "AdminNetworkPolicy"
258258
},
259-
{
260-
"name": "AlibabaPlatform"
261-
},
262259
{
263260
"name": "AzureWorkloadIdentity"
264261
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@
103103
{
104104
"name": "AdminNetworkPolicy"
105105
},
106-
{
107-
"name": "AlibabaPlatform"
108-
},
109106
{
110107
"name": "AutomatedEtcdBackup"
111108
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,6 @@
248248
{
249249
"name": "AdminNetworkPolicy"
250250
},
251-
{
252-
"name": "AlibabaPlatform"
253-
},
254251
{
255252
"name": "AzureWorkloadIdentity"
256253
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@
5858
{
5959
"name": "AdminNetworkPolicy"
6060
},
61-
{
62-
"name": "AlibabaPlatform"
63-
},
6461
{
6562
"name": "AutomatedEtcdBackup"
6663
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,6 @@
250250
{
251251
"name": "AdminNetworkPolicy"
252252
},
253-
{
254-
"name": "AlibabaPlatform"
255-
},
256253
{
257254
"name": "AzureWorkloadIdentity"
258255
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@
8585
{
8686
"name": "AdminNetworkPolicy"
8787
},
88-
{
89-
"name": "AlibabaPlatform"
90-
},
9188
{
9289
"name": "AutomatedEtcdBackup"
9390
},

0 commit comments

Comments
 (0)