Add --cgroup_root flag to Kubelet to set the parent cgroup for all pods.

Implements #6991.
This commit is contained in:
Tobi Knaup
2015-04-23 17:07:52 -07:00
parent b11f07be7a
commit b96c4046a8
4 changed files with 22 additions and 4 deletions

View File

@@ -201,6 +201,8 @@ type RunContainerOptions struct {
// into docker's container runtime.
NetMode string
IpcMode string
// The parent cgroup to pass to Docker
CgroupParent string
}
type Pods []*Pod