Update pod-resource-management.md

This commit is contained in:
Gin 2017-11-07 14:51:35 +08:00 committed by GitHub
parent 3ae089438e
commit 6362eee2eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ pod<UID>/cpu.shares = 2
## QoS level cgroups
The `kubelet` defines a `--cgroup-root` flag that is used to specify the `ROOT`
node in the cgroup hierarchy below which the `kubelet` should manange individual
node in the cgroup hierarchy below which the `kubelet` should manage individual
cgroup sandboxes. It is strongly recommended that users keep the default
value for `--cgroup-root` as `/` in order to avoid deep cgroup hierarchies. The
`kubelet` creates a cgroup sandbox under the specified path `ROOT/kubepods` per