File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ and kubernetes system daemons. More details of this parameter can be found on t
342
342
343
343
By default this isolation is implemented only for guaranteed pods with integer CPU requests not for burstable and best-effort pods
344
344
(and guaranteed pods with fractional CPU requests). Admission is only comparing the cpu requests against the allocatable cpus.
345
- Since the cpu limit are higher than the request, the default behaviour allows burstable and best-effort pods to use up the capacity
345
+ Since the cpu limit is higher than the request, the default behaviour allows burstable and best-effort pods to use up the capacity
346
346
of `reservedSystemCPUs` and cause host OS services to starve in real life deployments.
347
347
348
348
If the `strict-cpu-reservation` policy option is enabled, the static policy will not allow
You can’t perform that action at this time.
0 commit comments