Skip to content

Commit 2bd5afa

Browse files
authored
Merge pull request #48930 from aireilly/telcodocs-374-container-scope-fix
TELCODOCS-374: container scope fix
2 parents 9403873 + e23d716 commit 2bd5afa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/cnf-deploying-the-numa-aware-scheduler.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ spec:
5353
systemReserved:
5454
memory: "512Mi"
5555
topologyManagerPolicy: "single-numa-node" <1>
56+
topologyManagerScope: "pod" <2>
5657
----
5758
<1> `topologyManagerPolicy` must be set to `single-numa-node`.
59+
<2> `topologyManagerScope` must be set to pod.
5860

5961
.. Create the `KubeletConfig` custom resource (CR) by running the following command:
6062
+

0 commit comments

Comments
 (0)