Skip to content

Commit cb33f9f

Browse files
Remove NodeSwap Flag from OpenShift API
1 parent b5a5dbe commit cb33f9f

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-
// NodeSwap is now GA and locked to true in Kubernetes 1.34+
96-
// Must be enabled to align with upstream Kubernetes behavior.
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.Default, 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
@@ -332,9 +332,6 @@
332332
},
333333
{
334334
"name": "VSphereMultiNetworks"
335-
},
336-
{
337-
"name": "NodeSwap"
338335
}
339336
],
340337
"version": ""

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@
6565
{
6666
"name": "AWSServiceLBNetworkSecurityGroup"
6767
},
68-
{
69-
"name": "NodeSwap"
70-
},
7168
{
7269
"name": "AdditionalRoutingCapabilities"
7370
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@
8080
{
8181
"name": "AWSServiceLBNetworkSecurityGroup"
8282
},
83-
{
84-
"name": "NodeSwap"
85-
},
8683
{
8784
"name": "AdditionalRoutingCapabilities"
8885
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,6 @@
332332
},
333333
{
334334
"name": "VSphereMultiNetworks"
335-
},
336-
{
337-
"name": "NodeSwap"
338335
}
339336
],
340337
"version": ""

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
4747
{
4848
"name": "AWSServiceLBNetworkSecurityGroup"
4949
},
50-
{
51-
"name": "NodeSwap"
52-
},
5350
{
5451
"name": "AdditionalRoutingCapabilities"
5552
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@
6262
{
6363
"name": "AWSServiceLBNetworkSecurityGroup"
6464
},
65-
{
66-
"name": "NodeSwap"
67-
},
6865
{
6966
"name": "AdditionalRoutingCapabilities"
7067
},

0 commit comments

Comments
 (0)