Move runtime-related flags from KubeletConfiguration to KubeletFlags

This commit is contained in:
Michael Taufen
2017-10-18 09:58:11 -07:00
parent 78ada62c30
commit f90b46c784
12 changed files with 53 additions and 45 deletions

View File

@@ -342,7 +342,6 @@ func recordSystemCgroupProcesses() {
}
cgroups := map[string]string{
"kubelet": cfg.KubeletCgroups,
"runtime": cfg.RuntimeCgroups,
"misc": cfg.SystemCgroups,
}
for name, cgroup := range cgroups {