Skip to content

Commit 1045a60

Browse files
committed
ipam, virt: remove the PersistentIPsForVirt FG
The feature has been GA'ed in OpenShift 4.18, hence, no need to still carry this feat gate around - the feature will be always enabled. Signed-off-by: Miguel Duarte Barroso <[email protected]>
1 parent ad766c4 commit 1045a60

8 files changed

+0
-27
lines changed

features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
| 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> |
9191
| 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> |
9292
| 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> |
93-
| 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> |
9493
| 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> |
9594
| 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> |
9695
| 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
@@ -285,9 +285,6 @@
285285
{
286286
"name": "OpenShiftPodSecurityAdmission"
287287
},
288-
{
289-
"name": "PersistentIPsForVirtualization"
290-
},
291288
{
292289
"name": "PinnedImages"
293290
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,6 @@
245245
{
246246
"name": "OpenShiftPodSecurityAdmission"
247247
},
248-
{
249-
"name": "PersistentIPsForVirtualization"
250-
},
251248
{
252249
"name": "PinnedImages"
253250
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,6 @@
251251
{
252252
"name": "OpenShiftPodSecurityAdmission"
253253
},
254-
{
255-
"name": "PersistentIPsForVirtualization"
256-
},
257254
{
258255
"name": "PinnedImages"
259256
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,6 @@
285285
{
286286
"name": "OpenShiftPodSecurityAdmission"
287287
},
288-
{
289-
"name": "PersistentIPsForVirtualization"
290-
},
291288
{
292289
"name": "PinnedImages"
293290
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,6 @@
245245
{
246246
"name": "OpenShiftPodSecurityAdmission"
247247
},
248-
{
249-
"name": "PersistentIPsForVirtualization"
250-
},
251248
{
252249
"name": "PinnedImages"
253250
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,6 @@
251251
{
252252
"name": "OpenShiftPodSecurityAdmission"
253253
},
254-
{
255-
"name": "PersistentIPsForVirtualization"
256-
},
257254
{
258255
"name": "PinnedImages"
259256
},

0 commit comments

Comments
 (0)