Skip to content

Commit 7f24529

Browse files
Merge pull request #2494 from ngopalak-redhat/ngopalak/remove_node_swap
OCPBUGS-62068: NodeSwap Feature Gate usage to be removed
2 parents 1517fca + cb33f9f commit 7f24529

9 files changed

+0
-29
lines changed

features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
| MixedCPUsAllocation| | | <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> |
6060
| MultiDiskSetup| | | <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> |
6161
| MutatingAdmissionPolicy| | | <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> |
62-
| NodeSwap| | | <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> |
6362
| NutanixMultiSubnets| | | <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> |
6463
| OVNObservability| | | <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> |
6564
| PreconfiguredUDNAddresses| | | <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 & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,6 @@ var (
9292
enableIn(configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
9393
mustRegister()
9494

95-
// OpenShift and Node Team will keep this turned off until evictions and
96-
// disk provisioning are fixed even though upstream will take this GA.
97-
FeatureGateNodeSwap = newFeatureGate("NodeSwap").
98-
reportProblemsToJiraComponent("node").
99-
contactPerson("haircommander").
100-
productScope(kubernetes).
101-
enhancementPR("https://github.com/kubernetes/enhancements/issues/2400").
102-
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
103-
mustRegister()
10495

10596
FeatureGateDynamicResourceAllocation = newFeatureGate("DynamicResourceAllocation").
10697
reportProblemsToJiraComponent("scheduling").

payload-command/render/renderassets/rendered_manifests_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ status:
104104
- name: MachineConfigNodes
105105
- name: MaxUnavailableStatefulSet
106106
- name: MetricsServer
107-
- name: NodeSwap
108107
- name: RouteExternalCertificate
109108
- name: SigstoreImageVerification
110109
- name: ValidatingAdmissionPolicy

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,6 @@
184184
{
185185
"name": "NoRegistryClusterOperations"
186186
},
187-
{
188-
"name": "NodeSwap"
189-
},
190187
{
191188
"name": "NutanixMultiSubnets"
192189
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,6 @@
257257
{
258258
"name": "NetworkSegmentation"
259259
},
260-
{
261-
"name": "NodeSwap"
262-
},
263260
{
264261
"name": "NutanixMultiSubnets"
265262
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,6 @@
260260
{
261261
"name": "NetworkSegmentation"
262262
},
263-
{
264-
"name": "NodeSwap"
265-
},
266263
{
267264
"name": "NutanixMultiSubnets"
268265
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,6 @@
184184
{
185185
"name": "NoRegistryClusterOperations"
186186
},
187-
{
188-
"name": "NodeSwap"
189-
},
190187
{
191188
"name": "NutanixMultiSubnets"
192189
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,6 @@
257257
{
258258
"name": "NoRegistryClusterOperations"
259259
},
260-
{
261-
"name": "NodeSwap"
262-
},
263260
{
264261
"name": "NutanixMultiSubnets"
265262
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,6 @@
260260
{
261261
"name": "NoRegistryClusterOperations"
262262
},
263-
{
264-
"name": "NodeSwap"
265-
},
266263
{
267264
"name": "NutanixMultiSubnets"
268265
},

0 commit comments

Comments
 (0)