Merge branch 'master' of github.com:kelseyhightower/kubernetes-the-hard-way
commit
0c753b245c
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Bootstrapping Kubernetes Workers
|
# Bootstrapping Kubernetes Workers
|
||||||
|
|
||||||
In this lab you will bootstrap a 3 Kubernetes worker nodes. The following virtual machines will be used:
|
In this lab you will bootstrap 3 Kubernetes worker nodes. The following virtual machines will be used:
|
||||||
|
|
||||||
```
|
```
|
||||||
NAME ZONE MACHINE_TYPE INTERNAL_IP STATUS
|
NAME ZONE MACHINE_TYPE INTERNAL_IP STATUS
|
||||||
|
|
Loading…
Reference in New Issue