mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-07 11:04:44 +00:00
Move runtime-related flags from KubeletConfiguration to KubeletFlags
This commit is contained in:
@@ -342,7 +342,6 @@ func recordSystemCgroupProcesses() {
|
||||
}
|
||||
cgroups := map[string]string{
|
||||
"kubelet": cfg.KubeletCgroups,
|
||||
"runtime": cfg.RuntimeCgroups,
|
||||
"misc": cfg.SystemCgroups,
|
||||
}
|
||||
for name, cgroup := range cgroups {
|
||||
|
Reference in New Issue
Block a user