Skip to content

Commit d4a3a8c

Browse files
committed
Removed VSphereStaticIPs feature gate
# Conflicts: # payload-command/render/renderassets/rendered_manifests_test.go
1 parent 00e6260 commit d4a3a8c

9 files changed

+0
-28
lines changed

features.md

-1
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,4 @@
9595
| 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> |
9696
| 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> |
9797
| 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> |
98-
| 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> |
9998
| 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
@@ -300,9 +300,6 @@
300300
{
301301
"name": "VSphereMultiVCenters"
302302
},
303-
{
304-
"name": "VSphereStaticIPs"
305-
},
306303
{
307304
"name": "ValidatingAdmissionPolicy"
308305
}

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

-3
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,6 @@
296296
{
297297
"name": "VSphereMultiVCenters"
298298
},
299-
{
300-
"name": "VSphereStaticIPs"
301-
},
302299
{
303300
"name": "ValidatingAdmissionPolicy"
304301
},

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

-3
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,6 @@
296296
{
297297
"name": "VSphereMultiVCenters"
298298
},
299-
{
300-
"name": "VSphereStaticIPs"
301-
},
302299
{
303300
"name": "ValidatingAdmissionPolicy"
304301
},

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

-3
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,6 @@
300300
{
301301
"name": "VSphereMultiVCenters"
302302
},
303-
{
304-
"name": "VSphereStaticIPs"
305-
},
306303
{
307304
"name": "ValidatingAdmissionPolicy"
308305
}

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

-3
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,6 @@
296296
{
297297
"name": "VSphereMultiVCenters"
298298
},
299-
{
300-
"name": "VSphereStaticIPs"
301-
},
302299
{
303300
"name": "ValidatingAdmissionPolicy"
304301
},

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

-3
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,6 @@
296296
{
297297
"name": "VSphereMultiVCenters"
298298
},
299-
{
300-
"name": "VSphereStaticIPs"
301-
},
302299
{
303300
"name": "ValidatingAdmissionPolicy"
304301
},

0 commit comments

Comments
 (0)