mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
Add --cgroup_root flag to Kubelet to set the parent cgroup for all pods.
Implements #6991.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user