mirror of
				https://github.com/kelseyhightower/kubernetes-the-hard-way.git
				synced 2025-11-04 02:02:33 +03:00 
			
		
		
		
	remove duplication
This commit is contained in:
		
				
					committed by
					
						
						Kelsey Hightower
					
				
			
			
				
	
			
			
			
						parent
						
							599f45e2b1
						
					
				
				
					commit
					0b5282165a
				
			@@ -77,7 +77,6 @@ sudo mv kube-apiserver kube-controller-manager kube-scheduler kubectl /usr/bin/
 | 
				
			|||||||
[Token based authentication](http://kubernetes.io/docs/admin/authentication) will be used to limit access to the Kubernetes API. The authentication token is used by the following components:
 | 
					[Token based authentication](http://kubernetes.io/docs/admin/authentication) will be used to limit access to the Kubernetes API. The authentication token is used by the following components:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* kubelet (client)
 | 
					* kubelet (client)
 | 
				
			||||||
* kubectl (client)
 | 
					 | 
				
			||||||
* Kubernetes API Server (server)
 | 
					* Kubernetes API Server (server)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The other components, mainly the `scheduler` and `controller manager`, access the Kubernetes API server locally over the insecure API port which does not require authentication. The insecure port is only enabled for local access.
 | 
					The other components, mainly the `scheduler` and `controller manager`, access the Kubernetes API server locally over the insecure API port which does not require authentication. The insecure port is only enabled for local access.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user