Update infrastructure.md

Fix typo and add comma
pull/4/head
Adrian Mouat 2016-07-08 15:28:40 +01:00 committed by GitHub
parent f93b2d609e
commit bfd5554bf5
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 104.154.41.
> 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 the Kubernetes Public IP Address
@ -142,4 +142,4 @@ gcloud compute instances create worker2 \
--image ubuntu-1604-xenial-v20160627 \
--machine-type n1-standard-1 \
--private-network-ip 10.240.0.32
```
```