Skip to content

Commit 013fa96

Browse files
committed
topology-manager: promoto TopologyManagerPolicyOptions to stable
Signed-off-by: pprokop <[email protected]>
1 parent fd55058 commit 013fa96

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/topology-manager-policy-options.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ _build:
66
render: false
77

88
stages:
9-
- stage: alpha
9+
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.26"
1212
toVersion: "1.27"
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.28"
16+
toVersion: "1.31"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.32"
1620
---
1721
Enable [fine-tuning](/docs/tasks/administer-cluster/topology-manager/#topology-manager-policy-options)
18-
of topology manager policies.
22+
of topology manager policies.

content/en/docs/tasks/administer-cluster/topology-manager.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,11 @@ You can toggle groups of options on and off based upon their maturity level usin
223223

224224
You will still have to enable each option using the `TopologyManagerPolicyOptions` kubelet option.
225225

226-
### `prefer-closest-numa-nodes` (beta) {#policy-option-prefer-closest-numa-nodes}
226+
### `prefer-closest-numa-nodes` {#policy-option-prefer-closest-numa-nodes}
227227

228-
The `prefer-closest-numa-nodes` option is beta since Kubernetes 1.28. In Kubernetes {{< skew currentVersion >}}
229-
this policy option is visible by default provided that the `TopologyManagerPolicyOptions` and
230-
`TopologyManagerPolicyBetaOptions` [feature gates](/docs/reference/command-line-tools-reference/feature-gates/)
231-
are enabled.
228+
The `prefer-closest-numa-nodes` option is GA since Kubernetes 1.32. In Kubernetes {{< skew currentVersion >}}
229+
this policy option is visible by default provided that the `TopologyManagerPolicyOptions`
230+
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) is enabled.
232231

233232
The topology manager is not aware by default of NUMA distances, and does not take them into account when making
234233
Pod admission decisions. This limitation surfaces in multi-socket, as well as single-socket multi NUMA systems,

0 commit comments

Comments
 (0)