Delete the wrong comment about CertDirectory of kubelet

The default value of CertDirectory was changed to /var/lib/kubelet/pki.
This commit is contained in:
Quan Tian 2020-04-15 22:03:42 +08:00
parent fe1781d86d
commit 23e54301ab

View File

@ -85,9 +85,8 @@ type KubeletFlags struct {
// Container-runtime-specific options. // Container-runtime-specific options.
config.ContainerRuntimeOptions config.ContainerRuntimeOptions
// certDirectory is the directory where the TLS certs are located (by // certDirectory is the directory where the TLS certs are located.
// default /var/run/kubernetes). If tlsCertFile and tlsPrivateKeyFile // If tlsCertFile and tlsPrivateKeyFile are provided, this flag will be ignored.
// are provided, this flag will be ignored.
CertDirectory string CertDirectory string
// cloudProvider is the provider for cloud services. // cloudProvider is the provider for cloud services.