Skip to content

Commit bc3bc48

Browse files
Merge pull request openshift#2309 from maiqueb/remove-persistent-ips-feat-gate
OCPBUGS-55668: ipam, virt: remove the PersistentIPsForVirt FG
2 parents 5205e27 + 1045a60 commit bc3bc48

8 files changed

+0
-27
lines changed

features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
| NetworkSegmentation| <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> |
9090
| OnClusterBuild| <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> |
9191
| OpenShiftPodSecurityAdmission| <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> |
92-
| PersistentIPsForVirtualization| <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> |
9392
| PinnedImages| <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> |
9493
| ProcMountType| <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> |
9594
| RouteAdvertisements| <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: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -595,14 +595,6 @@ var (
595595
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
596596
mustRegister()
597597

598-
FeatureGatePersistentIPsForVirtualization = newFeatureGate("PersistentIPsForVirtualization").
599-
reportProblemsToJiraComponent("CNV Network").
600-
contactPerson("mduarted").
601-
productScope(ocpSpecific).
602-
enhancementPR(legacyFeatureGateWithoutEnhancement).
603-
enableIn(configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
604-
mustRegister()
605-
606598
FeatureGateClusterMonitoringConfig = newFeatureGate("ClusterMonitoringConfig").
607599
reportProblemsToJiraComponent("Monitoring").
608600
contactPerson("marioferh").

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,6 @@
282282
{
283283
"name": "OpenShiftPodSecurityAdmission"
284284
},
285-
{
286-
"name": "PersistentIPsForVirtualization"
287-
},
288285
{
289286
"name": "PinnedImages"
290287
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,6 @@
242242
{
243243
"name": "OpenShiftPodSecurityAdmission"
244244
},
245-
{
246-
"name": "PersistentIPsForVirtualization"
247-
},
248245
{
249246
"name": "PinnedImages"
250247
},

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

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

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,6 @@
282282
{
283283
"name": "OpenShiftPodSecurityAdmission"
284284
},
285-
{
286-
"name": "PersistentIPsForVirtualization"
287-
},
288285
{
289286
"name": "PinnedImages"
290287
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,6 @@
242242
{
243243
"name": "OpenShiftPodSecurityAdmission"
244244
},
245-
{
246-
"name": "PersistentIPsForVirtualization"
247-
},
248245
{
249246
"name": "PinnedImages"
250247
},

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

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

0 commit comments

Comments
 (0)