Merge pull request #4448 from gosoon/master
fix burstable/cpu.shares configured
This commit is contained in:
commit
dd13fc9756
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue