mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-07-27 14:13:53 +03:00
Update infrastructure.md
Fix typo and add comma
This commit is contained in:
@@ -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
|
||||
```
|
||||
```
|
||||
|
Reference in New Issue
Block a user