Skip to content

Commit 573159a

Browse files
authored
Update k8s-best-practices-cpu-manager-pinning.adoc
1 parent 7a8e5c8 commit 573159a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@ Workload Requirement: If a workload is doing CPU pinning, exec probes may not be
1212

1313
See test case link:https://github.com/test-network-function/cnf-certification-test/blob/main/CATALOG.md#networking-dpdk-cpu-pinning-exec-probe[networking-dpdk-cpu-pinning-exec-probe]
1414

15-
**Impacts and Risks of Non-Compliance:** Exec probes on CPU-pinned DPDK workloads can cause performance degradation, interrupt real-time operations, and potentially crash applications due to resource contention.
15+
**Impacts and Risks of Non-Compliance:** Exec probes on CPU-pinned or DPDK workloads can cause performance degradation, interrupt real-time operations, and potentially crash applications due to resource contention.
1616

1717
[IMPORTANT]
1818
====
19+
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
20+
node eventually.
21+
22+
Workload Requirement: If a workload is doing CPU pinning, exec probes may not be used.
23+
1924
Workloads MUST NOT apply tolerations for NoExecute, PreferNoSchedule, and NoSchedule
2025
====

0 commit comments

Comments
 (0)