@@ -560,7 +560,7 @@ func AddKubeletConfigFlags(mainfs *pflag.FlagSet, c *kubeletconfig.KubeletConfig
...
@@ -560,7 +560,7 @@ func AddKubeletConfigFlags(mainfs *pflag.FlagSet, c *kubeletconfig.KubeletConfig
fs.Int32Var(&c.MaxPods,"max-pods",c.MaxPods,"Number of Pods that can run on this Kubelet.")
fs.Int32Var(&c.MaxPods,"max-pods",c.MaxPods,"Number of Pods that can run on this Kubelet.")
fs.StringVar(&c.PodCIDR,"pod-cidr",c.PodCIDR,"The CIDR to use for pod IP addresses, only used in standalone mode. In cluster mode, this is obtained from the master. For IPv6, the maximum number of IP's allocated is 65536")
fs.StringVar(&c.PodCIDR,"pod-cidr",c.PodCIDR,"The CIDR to use for pod IP addresses, only used in standalone mode. In cluster mode, this is obtained from the master. For IPv6, the maximum number of IP's allocated is 65536")
fs.Int64Var(&c.PodPidsLimit,"pod-max-pids",c.PodPidsLimit,"<Warning: Alpha feature> Set the maximum number of processes per pod.")
fs.Int64Var(&c.PodPidsLimit,"pod-max-pids",c.PodPidsLimit,"Set the maximum number of processes per pod. If -1, the kubelet defaults to the node allocatable pid capacity.")
fs.StringVar(&c.ResolverConfig,"resolv-conf",c.ResolverConfig,"Resolver configuration file used as the basis for the container DNS resolution configuration.")
fs.StringVar(&c.ResolverConfig,"resolv-conf",c.ResolverConfig,"Resolver configuration file used as the basis for the container DNS resolution configuration.")
fs.BoolVar(&c.CPUCFSQuota,"cpu-cfs-quota",c.CPUCFSQuota,"Enable CPU CFS quota enforcement for containers that specify CPU limits")
fs.BoolVar(&c.CPUCFSQuota,"cpu-cfs-quota",c.CPUCFSQuota,"Enable CPU CFS quota enforcement for containers that specify CPU limits")