Merge pull request #7277 from guenter/cgroup-parent
Add --cgroup_parent flag to Kubelet to set the parent cgroup for pods
This commit is contained in:
@@ -195,6 +195,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
|
||||
|
Reference in New Issue
Block a user