Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 898 Bytes

k8s-best-practices-cpu-manager-pinning.adoc

File metadata and controls

14 lines (8 loc) · 898 Bytes

CPU manager/pinning

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.

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 node eventually.

Workload Requirement: If a workload is doing CPU pinning, exec probes may not be used.