diff options
| author | Gin <hejin@ghostcloud.cn> | 2017-11-07 14:51:35 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-07 14:51:35 +0800 |
| commit | 6362eee2eb7d794bb03e62715e3410a347a8e849 (patch) | |
| tree | d320f3a9194a958d55a2eafaeb9921f7100c1825 | |
| parent | 3ae089438e41922f45e0ef6c259e1674172ee873 (diff) | |
Update pod-resource-management.md
| -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 ee1e2ed3..94875d83 100644 --- a/contributors/design-proposals/node/pod-resource-management.md +++ b/contributors/design-proposals/node/pod-resource-management.md @@ -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 |
