mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Delete the wrong comment about CertDirectory of kubelet
The default value of CertDirectory was changed to /var/lib/kubelet/pki.
This commit is contained in:
		@@ -85,9 +85,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.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user