mirror of
				https://github.com/kelseyhightower/kubernetes-the-hard-way.git
				synced 2025-11-04 02:02:33 +03:00 
			
		
		
		
	TLC => TLS
This commit is contained in:
		
				
					committed by
					
						
						Kelsey Hightower
					
				
			
			
				
	
			
			
			
						parent
						
							753e71bac8
						
					
				
				
					commit
					4d7b87927f
				
			@@ -29,7 +29,7 @@ Run the following commands on `controller0`, `controller1`, `controller2`:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### TLS Certificates
 | 
					### TLS Certificates
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The TLS certificates created in the [Setting up a CA and TLS Cert Generation](02-certificate-authority.md) lab will be used to secure communication between the Kubernetes API server and Kubernetes clients such as `kubectl` and the `kubelet` agent. The TLS certificates will also be used to authenticate the Kubernetes API server to etcd via TLC client auth.
 | 
					The TLS certificates created in the [Setting up a CA and TLS Cert Generation](02-certificate-authority.md) lab will be used to secure communication between the Kubernetes API server and Kubernetes clients such as `kubectl` and the `kubelet` agent. The TLS certificates will also be used to authenticate the Kubernetes API server to etcd via TLS client auth.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Copy the TLS certificates to the Kubernetes configuration directory:
 | 
					Copy the TLS certificates to the Kubernetes configuration directory:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user