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.
2 parents 9769e0f + 23e5430 commit 45bfd14Copy full SHA for 45bfd14
cmd/kubelet/app/options/options.go
@@ -78,9 +78,8 @@ type KubeletFlags struct {
78
// Container-runtime-specific options.
79
config.ContainerRuntimeOptions
80
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.
+ // certDirectory is the directory where the TLS certs are located.
+ // If tlsCertFile and tlsPrivateKeyFile are provided, this flag will be ignored.
84
CertDirectory string
85
86
// cloudProvider is the provider for cloud services.
0 commit comments