We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9403873 commit e23d716Copy full SHA for e23d716
modules/cnf-deploying-the-numa-aware-scheduler.adoc
@@ -53,8 +53,10 @@ spec:
53
systemReserved:
54
memory: "512Mi"
55
topologyManagerPolicy: "single-numa-node" <1>
56
+ topologyManagerScope: "pod" <2>
57
----
58
<1> `topologyManagerPolicy` must be set to `single-numa-node`.
59
+<2> `topologyManagerScope` must be set to pod.
60
61
.. Create the `KubeletConfig` custom resource (CR) by running the following command:
62
+
0 commit comments