We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1781d commit 23e5430Copy full SHA for 23e5430
cmd/kubelet/app/options/options.go
@@ -85,9 +85,8 @@ type KubeletFlags struct {
85
// Container-runtime-specific options.
86
config.ContainerRuntimeOptions
87
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.
+ // certDirectory is the directory where the TLS certs are located.
+ // If tlsCertFile and tlsPrivateKeyFile are provided, this flag will be ignored.
91
CertDirectory string
92
93
// cloudProvider is the provider for cloud services.
0 commit comments