Skip to content

Commit 723b94d

Browse files
committed
Clarify that burstable pods also have their limit enforced by CFS quota
1 parent cc9011a commit 723b94d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/en/docs/tasks/administer-cluster/cpu-management-policies.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ duration as `--node-status-update-frequency`.
6363
The `none` policy explicitly enables the existing default CPU
6464
affinity scheme, providing no affinity beyond what the OS scheduler does
6565
automatically.  Limits on CPU usage for
66-
[Guaranteed pods](/docs/tasks/configure-pod-container/quality-service-pod/)
66+
[Guaranteed pods](/docs/tasks/configure-pod-container/quality-service-pod/) and
67+
[Burstable pods](/docs/tasks/configure-pod-container/quality-service-pod/)
6768
are enforced using CFS quota.
6869

6970
### Static policy

content/zh/docs/tasks/administer-cluster/cpu-management-policies.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ CPU 管理器定期通过 CRI 写入资源更新,以保证内存中 CPU 分配
9494
The `none` policy explicitly enables the existing default CPU
9595
affinity scheme, providing no affinity beyond what the OS scheduler does
9696
automatically.  Limits on CPU usage for
97-
[Guaranteed pods](/docs/tasks/configure-pod-container/quality-service-pod/)
97+
[Guaranteed pods](/docs/tasks/configure-pod-container/quality-service-pod/) and
98+
[Burstable pods](/docs/tasks/configure-pod-container/quality-service-pod/)
9899
are enforced using CFS quota.
99100
-->
100101
### none 策略

0 commit comments

Comments
 (0)