mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #13442 from liebowitz/master
Fixed typo in CentOS doc: api-servers arg
This commit is contained in:
		@@ -174,7 +174,7 @@ KUBELET_PORT="--port=10250"
 | 
			
		||||
KUBELET_HOSTNAME="--hostname-override=centos-minion"
 | 
			
		||||
 | 
			
		||||
# Location of the api-server
 | 
			
		||||
KUBELET_API_SERVER="--api-server=http://centos-master:8080"
 | 
			
		||||
KUBELET_API_SERVER="--api-servers=http://centos-master:8080"
 | 
			
		||||
 | 
			
		||||
# Add your own!
 | 
			
		||||
KUBELET_ARGS=""
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user