Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion features.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
| 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> |
| 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> |
| 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> |
| 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> |
| 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> |
| 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> |
| 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> |
Expand Down
9 changes: 0 additions & 9 deletions features/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,6 @@ var (
enableIn(configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
mustRegister()

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

FeatureGateDynamicResourceAllocation = newFeatureGate("DynamicResourceAllocation").
reportProblemsToJiraComponent("scheduling").
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ status:
- name: MachineConfigNodes
- name: MaxUnavailableStatefulSet
- name: MetricsServer
- name: NodeSwap
- name: RouteExternalCertificate
- name: SigstoreImageVerification
- name: ValidatingAdmissionPolicy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,6 @@
{
"name": "NoRegistryClusterOperations"
},
{
"name": "NodeSwap"
},
{
"name": "NutanixMultiSubnets"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,6 @@
{
"name": "NetworkSegmentation"
},
{
"name": "NodeSwap"
},
{
"name": "NutanixMultiSubnets"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,6 @@
{
"name": "NetworkSegmentation"
},
{
"name": "NodeSwap"
},
{
"name": "NutanixMultiSubnets"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,6 @@
{
"name": "NoRegistryClusterOperations"
},
{
"name": "NodeSwap"
},
{
"name": "NutanixMultiSubnets"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,6 @@
{
"name": "NoRegistryClusterOperations"
},
{
"name": "NodeSwap"
},
{
"name": "NutanixMultiSubnets"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,6 @@
{
"name": "NoRegistryClusterOperations"
},
{
"name": "NodeSwap"
},
{
"name": "NutanixMultiSubnets"
},
Expand Down