File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
en/docs/tasks/administer-cluster
zh/docs/tasks/administer-cluster Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,8 @@ duration as `--node-status-update-frequency`.
63
63
The ` none ` policy explicitly enables the existing default CPU
64
64
affinity scheme, providing no affinity beyond what the OS scheduler does
65
65
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/ )
67
68
are enforced using CFS quota.
68
69
69
70
### Static policy
Original file line number Diff line number Diff line change @@ -94,7 +94,8 @@ CPU 管理器定期通过 CRI 写入资源更新,以保证内存中 CPU 分配
94
94
The `none` policy explicitly enables the existing default CPU
95
95
affinity scheme, providing no affinity beyond what the OS scheduler does
96
96
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/)
98
99
are enforced using CFS quota.
99
100
-->
100
101
### none 策略
You can’t perform that action at this time.
0 commit comments