[kubelet]update --cgroups-per-qos to --experimental-cgroups-per-qos

This commit is contained in:
mdshuai
2016-11-15 15:03:56 +08:00
parent d8fa4f4d56
commit 2189acdd4f
7 changed files with 10 additions and 10 deletions

View File

@@ -2630,7 +2630,7 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
},
"cgroupRoot": {
SchemaProps: spec.SchemaProps{
Description: "CgroupRoot is the root cgroup to use for pods. If CgroupsPerQOS is enabled, this is the root of the QoS cgroup hierarchy.",
Description: "CgroupRoot is the root cgroup to use for pods. If ExperimentalCgroupsPerQOS is enabled, this is the root of the QoS cgroup hierarchy.",
Type: []string{"string"},
Format: "",
},