mirror of
				https://github.com/kelseyhightower/kubernetes-the-hard-way.git
				synced 2025-11-04 02:02:33 +03:00 
			
		
		
		
	clean up docs
This commit is contained in:
		@@ -42,8 +42,8 @@ The following commands will build up the default kubeconfig file used by kubectl
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
kubectl config set-cluster kubernetes-the-hard-way \
 | 
					kubectl config set-cluster kubernetes-the-hard-way \
 | 
				
			||||||
  --embed-certs=true \
 | 
					 | 
				
			||||||
  --certificate-authority=ca.pem \
 | 
					  --certificate-authority=ca.pem \
 | 
				
			||||||
 | 
					  --embed-certs=true \
 | 
				
			||||||
  --server=https://${KUBERNETES_PUBLIC_IP_ADDRESS}:6443
 | 
					  --server=https://${KUBERNETES_PUBLIC_IP_ADDRESS}:6443
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user