mirror of
				https://github.com/kelseyhightower/kubernetes-the-hard-way.git
				synced 2025-11-04 02:02:33 +03:00 
			
		
		
		
	update docs
This commit is contained in:
		@@ -18,13 +18,6 @@ Kubernetes worker nodes are responsible for running your containers. All Kuberne
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Some people would like to run workers and cluster services anywhere in the cluster. This is totally possible, and you'll have to decide what's best for your environment.
 | 
					Some people would like to run workers and cluster services anywhere in the cluster. This is totally possible, and you'll have to decide what's best for your environment.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Copy TLS Certs
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
```
 | 
					 | 
				
			||||||
gcloud compute copy-files ca.pem kubernetes-key.pem kubernetes.pem worker0:~/
 | 
					 | 
				
			||||||
gcloud compute copy-files ca.pem kubernetes-key.pem kubernetes.pem worker1:~/
 | 
					 | 
				
			||||||
gcloud compute copy-files ca.pem kubernetes-key.pem kubernetes.pem worker2:~/
 | 
					 | 
				
			||||||
```
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Provision the Kubernetes Worker Nodes
 | 
					## Provision the Kubernetes Worker Nodes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user