Skip to content

Commit 8fcc4e7

Browse files
Merge pull request #2232 from vr4manta/SPLAT-2078
SPLAT-2078: Removed VSphereStaticIPs feature gate
2 parents 6fb534f + d4a3a8c commit 8fcc4e7

9 files changed

+0
-28
lines changed

features.md

-1
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,4 @@
9696
| SetEIPForNLBIngressController| <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> |
9797
| VSphereDriverConfiguration| <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> |
9898
| VSphereMultiVCenters| <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> |
99-
| VSphereStaticIPs| <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> |
10099
| ValidatingAdmissionPolicy| <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

-8
Original file line numberDiff line numberDiff line change
@@ -227,14 +227,6 @@ var (
227227
enableIn(configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
228228
mustRegister()
229229

230-
FeatureGateVSphereStaticIPs = newFeatureGate("VSphereStaticIPs").
231-
reportProblemsToJiraComponent("splat").
232-
contactPerson("rvanderp3").
233-
productScope(ocpSpecific).
234-
enhancementPR(legacyFeatureGateWithoutEnhancement).
235-
enableIn(configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
236-
mustRegister()
237-
238230
FeatureGateRouteExternalCertificate = newFeatureGate("RouteExternalCertificate").
239231
reportProblemsToJiraComponent("router").
240232
contactPerson("thejasn").

payload-command/render/renderassets/rendered_manifests_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ status:
108108
- name: NodeSwap
109109
- name: RouteExternalCertificate
110110
- name: SigstoreImageVerification
111-
- name: VSphereStaticIPs
112111
- name: ValidatingAdmissionPolicy
113112
enabled:
114113
- name: AlibabaPlatform

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

-3
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,6 @@
303303
{
304304
"name": "VSphereMultiVCenters"
305305
},
306-
{
307-
"name": "VSphereStaticIPs"
308-
},
309306
{
310307
"name": "ValidatingAdmissionPolicy"
311308
}

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

-3
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,6 @@
299299
{
300300
"name": "VSphereMultiVCenters"
301301
},
302-
{
303-
"name": "VSphereStaticIPs"
304-
},
305302
{
306303
"name": "ValidatingAdmissionPolicy"
307304
},

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

-3
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,6 @@
299299
{
300300
"name": "VSphereMultiVCenters"
301301
},
302-
{
303-
"name": "VSphereStaticIPs"
304-
},
305302
{
306303
"name": "ValidatingAdmissionPolicy"
307304
},

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

-3
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,6 @@
303303
{
304304
"name": "VSphereMultiVCenters"
305305
},
306-
{
307-
"name": "VSphereStaticIPs"
308-
},
309306
{
310307
"name": "ValidatingAdmissionPolicy"
311308
}

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

-3
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,6 @@
299299
{
300300
"name": "VSphereMultiVCenters"
301301
},
302-
{
303-
"name": "VSphereStaticIPs"
304-
},
305302
{
306303
"name": "ValidatingAdmissionPolicy"
307304
},

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

-3
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,6 @@
299299
{
300300
"name": "VSphereMultiVCenters"
301301
},
302-
{
303-
"name": "VSphereStaticIPs"
304-
},
305302
{
306303
"name": "ValidatingAdmissionPolicy"
307304
},

0 commit comments

Comments
 (0)