Skip to content

Commit 4343803

Browse files
swatisehgaltengqm
andauthored
node: topologymgr: docs: Kubelet Topology Manager graduation to GA (#40044)
* node: topologymgr: docs: Kubelet Topology Manager graduation to GA Signed-off-by: Swati Sehgal <[email protected]> * Update content/en/docs/reference/command-line-tools-reference/feature-gates.md --------- Signed-off-by: Swati Sehgal <[email protected]> Co-authored-by: Qiming Teng <[email protected]>
1 parent 9fe8b9c commit 4343803

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@ For a reference to old feature gates that are removed, please refer to
206206
| `TopologyAwareHints` | `false` | Alpha | 1.21 | 1.22 |
207207
| `TopologyAwareHints` | `false` | Beta | 1.23 | 1.23 |
208208
| `TopologyAwareHints` | `true` | Beta | 1.24 | |
209-
| `TopologyManager` | `false` | Alpha | 1.16 | 1.17 |
210-
| `TopologyManager` | `true` | Beta | 1.18 | |
211209
| `TopologyManagerPolicyAlphaOptions` | `false` | Alpha | 1.26 | |
212210
| `TopologyManagerPolicyBetaOptions` | `false` | Beta | 1.26 | |
213211
| `TopologyManagerPolicyOptions` | `false` | Alpha | 1.26 | |
@@ -348,6 +346,9 @@ For a reference to old feature gates that are removed, please refer to
348346
| `StatefulSetMinReadySeconds` | `false` | Alpha | 1.22 | 1.22 |
349347
| `StatefulSetMinReadySeconds` | `true` | Beta | 1.23 | 1.24 |
350348
| `StatefulSetMinReadySeconds` | `true` | GA | 1.25 | - |
349+
| `TopologyManager` | `false` | Alpha | 1.16 | 1.17 |
350+
| `TopologyManager` | `true` | Beta | 1.18 | 1.26 |
351+
| `TopologyManager` | `true` | GA | 1.27 | - |
351352
| `WatchBookmark` | `false` | Alpha | 1.15 | 1.15 |
352353
| `WatchBookmark` | `true` | Beta | 1.16 | 1.16 |
353354
| `WatchBookmark` | `true` | GA | 1.17 | - |

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ weight: 150
1515

1616
<!-- overview -->
1717

18-
{{< feature-state state="beta" for_k8s_version="v1.18" >}}
18+
{{< feature-state state="stable" for_k8s_version="v1.27" >}}
1919

2020
An increasing number of systems leverage a combination of CPUs and hardware accelerators to
2121
support latency-critical execution and high-throughput parallel computation. These include
@@ -60,12 +60,6 @@ the pod can be accepted or rejected from the node based on the selected hint.
6060
The hint is then stored in the Topology Manager for use by the *Hint Providers* when making the
6161
resource allocation decisions.
6262

63-
### Enable the Topology Manager feature
64-
65-
Support for the Topology Manager requires `TopologyManager`
66-
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) to be enabled.
67-
It is enabled by default starting with Kubernetes 1.18.
68-
6963
## Topology Manager Scopes and Policies
7064

7165
The Topology Manager currently:

0 commit comments

Comments
 (0)