Skip to content

Commit 23e5430

Browse files
committed
Delete the wrong comment about CertDirectory of kubelet
The default value of CertDirectory was changed to /var/lib/kubelet/pki.
1 parent fe1781d commit 23e5430

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
@@ -85,9 +85,8 @@ type KubeletFlags struct {
8585
// Container-runtime-specific options.
8686
config.ContainerRuntimeOptions
8787

88-
// certDirectory is the directory where the TLS certs are located (by
89-
// default /var/run/kubernetes). If tlsCertFile and tlsPrivateKeyFile
90-
// are provided, this flag will be ignored.
88+
// certDirectory is the directory where the TLS certs are located.
89+
// If tlsCertFile and tlsPrivateKeyFile are provided, this flag will be ignored.
9190
CertDirectory string
9291

9392
// cloudProvider is the provider for cloud services.

0 commit comments

Comments
 (0)