update docs

pull/4/head
Kelsey Hightower 2016-07-07 14:45:46 -07:00
parent 03501e4443
commit 53d18dd0c8
1 changed files with 0 additions and 7 deletions

View File

@ -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.
## 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