Merge pull request #4448 from gosoon/master

fix burstable/cpu.shares configured
This commit is contained in:
Kubernetes Prow Robot 2020-01-27 13:31:41 -08:00 committed by GitHub
commit dd13fc9756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ The `Burstable` cgroup sandbox CPU share allocation is dynamic based
on the set of pods currently scheduled to the node.
```
ROOT/burstable/cpu.shares = max(sum(Burstable pods cpu requests, 2)
ROOT/burstable/cpu.shares = max(sum(Burstable pods cpu requests), 2)
```
The Burstable cgroup sandbox is updated dynamically in the exit