Skip to content

Commit fdf7124

Browse files
Merge pull request #57377 from xenolinux/same-callout
OCPBUGS#9284:Use different callouts
2 parents c9f8df8 + 4778bad commit fdf7124

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/setting-up-cpu-manager.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,10 @@ sh-4.2# cat /host/etc/kubernetes/kubelet.conf | grep cpuManager
9696
[source,terminal]
9797
----
9898
cpuManagerPolicy: static <1>
99-
cpuManagerReconcilePeriod: 5s <1>
99+
cpuManagerReconcilePeriod: 5s <2>
100100
----
101-
<1> These settings were defined when you created the `KubeletConfig` CR.
101+
<1> `cpuManagerPolicy` is defined when you create the `KubeletConfig` CR.
102+
<2> `cpuManagerReconcilePeriod` is defined when you create the `KubeletConfig` CR.
102103

103104
. Create a pod that requests a core or multiple cores. Both limits and requests must have their CPU value set to a whole integer. That is the number of cores that will be dedicated to this pod:
104105
+

0 commit comments

Comments
 (0)