mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-02-21 14:43:32 +00:00
Don't check for cpuset cgroup, not always required?
This commit is contained in:
committed by
rafaelbreno[commit]
parent
e3c69b813b
commit
7f8c98fdf6
@@ -168,7 +168,7 @@ func validateSystemRequirements(mountUtil mount.Interface) (features, error) {
|
||||
return f, nil
|
||||
}
|
||||
|
||||
expectedCgroups := sets.New("cpu", "cpuacct", "cpuset", "memory")
|
||||
expectedCgroups := sets.New("cpu", "cpuacct", "memory")
|
||||
for _, mountPoint := range mountPoints {
|
||||
if mountPoint.Type == cgroupMountType {
|
||||
for _, opt := range mountPoint.Opts {
|
||||
|
||||
Reference in New Issue
Block a user