update docs

pull/4/head
Kelsey Hightower 2016-07-07 14:22:08 -07:00
parent 6ebe83384e
commit 432a8fafab
1 changed files with 0 additions and 8 deletions

View File

@ -24,14 +24,6 @@ Each component is being run on the same machines for the following reasons:
* Running multiple copies of each component is required for H/A * Running multiple copies of each component is required for H/A
* Running each component next to the API Server eases configuration. * Running each component next to the API Server eases configuration.
## Copy TLS Certs
```
gcloud compute copy-files ca.pem kubernetes-key.pem kubernetes.pem controller0:~/
gcloud compute copy-files ca.pem kubernetes-key.pem kubernetes.pem controller1:~/
gcloud compute copy-files ca.pem kubernetes-key.pem kubernetes.pem controller2:~/
```
## Provision the Kubernetes Controller Cluster ## Provision the Kubernetes Controller Cluster
### controller0 ### controller0