mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #90174 from tnqn/certdir-default-value
Delete the wrong comment about CertDirectory of kubelet
This commit is contained in:
commit
45bfd14ee3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user