diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-01-27 13:31:41 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-27 13:31:41 -0800 |
| commit | dd13fc97569b9f7b404306940aad9646d47692a7 (patch) | |
| tree | 7cdb4350e93d04273be57c8b5e42f7e4f3e3d286 /contributors | |
| parent | 4fb0aa179a0c199927a723f64ff69d3dae158d52 (diff) | |
| parent | 1bd240aabd330c5dd617caa19ded8b4cdfbaa0e3 (diff) | |
Merge pull request #4448 from gosoon/master
fix burstable/cpu.shares configured
Diffstat (limited to 'contributors')
| -rw-r--r-- | contributors/design-proposals/node/pod-resource-management.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/node/pod-resource-management.md b/contributors/design-proposals/node/pod-resource-management.md index 9efa3e42..2c3348a6 100644 --- a/contributors/design-proposals/node/pod-resource-management.md +++ b/contributors/design-proposals/node/pod-resource-management.md @@ -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 |
