fs.StringVar(&f.CertDirectory,"cert-dir",f.CertDirectory,"The directory where the TLS certs are located. "+
fs.StringVar(&f.CertDirectory,"cert-dir",f.CertDirectory,"The directory where the TLS certs are located. "+
"If --tls-cert-file and --tls-private-key-file are provided, this flag will be ignored.")
"If --tls-cert-file and --tls-private-key-file are provided, this flag will be ignored.")
fs.StringVar(&f.CloudProvider,"cloud-provider",f.CloudProvider,"The provider for cloud services. By default, kubelet will attempt to auto-detect the cloud provider. Specify empty string for running with no cloud provider.")
fs.StringVar(&f.CloudProvider,"cloud-provider",f.CloudProvider,"The provider for cloud services. By default, kubelet will attempt to auto-detect the cloud provider (deprecated). Specify empty string for running with no cloud provider, this will be the default in upcoming releases.")
fs.StringVar(&f.CloudConfigFile,"cloud-config",f.CloudConfigFile,"The path to the cloud provider configuration file. Empty string for no configuration file.")
fs.StringVar(&f.CloudConfigFile,"cloud-config",f.CloudConfigFile,"The path to the cloud provider configuration file. Empty string for no configuration file.")
fs.StringVar(&f.RootDirectory,"root-dir",f.RootDirectory,"Directory path for managing kubelet files (volume mounts,etc).")
fs.StringVar(&f.RootDirectory,"root-dir",f.RootDirectory,"Directory path for managing kubelet files (volume mounts,etc).")