Merge pull request #90174 from tnqn/certdir-default-value

Delete the wrong comment about CertDirectory of kubelet
This commit is contained in:
Kubernetes Prow Robot 2020-05-16 07:36:03 -07:00 committed by GitHub
commit 45bfd14ee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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