Skip to content

Commit 45bfd14

Browse files
authored
Merge pull request kubernetes#90174 from tnqn/certdir-default-value
Delete the wrong comment about CertDirectory of kubelet
2 parents 9769e0f + 23e5430 commit 45bfd14

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cmd/kubelet/app/options/options.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,8 @@ type KubeletFlags struct {
7878
// Container-runtime-specific options.
7979
config.ContainerRuntimeOptions
8080

81-
// certDirectory is the directory where the TLS certs are located (by
82-
// default /var/run/kubernetes). If tlsCertFile and tlsPrivateKeyFile
83-
// are provided, this flag will be ignored.
81+
// certDirectory is the directory where the TLS certs are located.
82+
// If tlsCertFile and tlsPrivateKeyFile are provided, this flag will be ignored.
8483
CertDirectory string
8584

8685
// cloudProvider is the provider for cloud services.

0 commit comments

Comments
 (0)