Merge pull request #4 from amouat/patch-1

Update infrastructure.md
pull/13/head
Kelsey Hightower 2016-07-08 10:27:27 -07:00 committed by GitHub
commit 09a142c27d
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ worker2 us-central1-f n1-standard-1 10.240.0.32 XXX.XXX.XXX
> All machines will be provisioned with fixed private IP addresses to simplify the bootstrap process. > All machines will be provisioned with fixed private IP addresses to simplify the bootstrap process.
To make our Kubernetes control plane remotely accessable a public IP address will be provisioned and assigned to a Load Balancer that will sit in front of the 3 Kubernetes controllers. To make our Kubernetes control plane remotely accessible, a public IP address will be provisioned and assigned to a Load Balancer that will sit in front of the 3 Kubernetes controllers.
## Create a Custom Network ## Create a Custom Network
@ -233,4 +233,4 @@ gcloud compute instances create worker2 \
--machine-type n1-standard-1 \ --machine-type n1-standard-1 \
--subnet kubernetes \ --subnet kubernetes \
--private-network-ip 10.240.0.32 --private-network-ip 10.240.0.32
``` ```