You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/k8s-best-practices-cpu-manager-pinning.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@
3
3
4
4
The OpenShift platform can use the Kubernetes CPU Manager to support allocation of cores using kubernetes guaranteed QoS class for applications. Isolcpus is not enabled.
5
5
6
-
Important note on using probes: If the workload is doing CPU pinning and running a DPDK process do
7
-
not use exec probes (executing a command within the container) as it may pile up and block the
Important note on using probes: If the CNF is running a DPDK process do not use exec probes (executing a command within the container) as it may pile up and block the
9
+
node eventually.
10
10
11
11
Workload Requirement: If a workload is doing CPU pinning, exec probes may not be used.
0 commit comments