Skip to content

Commit ce8e100

Browse files
authored
Merge pull request #60518 from jmanthei/OCPBUGS-12280
OCPBUGS-12280: clarifying cpumanager-enabled diction
2 parents b566bd9 + 73a5948 commit ce8e100

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/setting-up-topology-manager.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[id="seting_up_topology_manager_{context}"]
88
= Setting up Topology Manager
99

10-
To use Topology Manager, you must configure an allocation policy in the `cpumanager-enabled` custom resource (CR). This file might exist if you have set up CPU Manager. If the file does not exist, you can create the file.
10+
To use Topology Manager, you must configure an allocation policy in the `KubeletConfig` custom resource (CR) named `cpumanager-enabled`. This file might exist if you have set up CPU Manager. If the file does not exist, you can create the file.
1111

1212
.Prequisites
1313

@@ -17,7 +17,7 @@ To use Topology Manager, you must configure an allocation policy in the `cpumana
1717

1818
To activate Topololgy Manager:
1919

20-
. Configure the Topology Manager allocation policy in the `cpumanager-enabled` custom resource (CR).
20+
. Configure the Topology Manager allocation policy in the custom resource.
2121
+
2222
[source,terminal]
2323
----

modules/topology-manager-policies.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Topology Manager aligns `Pod` resources of all Quality of Service (QoS) classes by collecting topology hints from Hint Providers, such as CPU Manager and Device Manager, and using the collected hints to align the `Pod` resources.
1010

11-
Topology Manager supports four allocation policies, which you assign in the `cpumanager-enabled` custom resource (CR):
11+
Topology Manager supports four allocation policies, which you assign in the `KubeletConfig` custom resource (CR) named `cpumanager-enabled`:
1212

1313
`none` policy::
1414

0 commit comments

Comments
 (0)