From bfd5554bf51b89a296358c3892c220d694002761 Mon Sep 17 00:00:00 2001 From: Adrian Mouat Date: Fri, 8 Jul 2016 15:28:40 +0100 Subject: [PATCH 1/2] Update infrastructure.md Fix typo and add comma --- docs/infrastructure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/infrastructure.md b/docs/infrastructure.md index a0cccea..542cf92 100644 --- a/docs/infrastructure.md +++ b/docs/infrastructure.md @@ -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 -``` \ No newline at end of file +``` From 0f8e4b0e6a0fb99499cb7e9b7df4efdb9b3f6cb9 Mon Sep 17 00:00:00 2001 From: Adrian Mouat Date: Fri, 8 Jul 2016 15:38:54 +0100 Subject: [PATCH 2/2] Update kubernetes-worker.md Fix minor typo --- docs/kubernetes-worker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kubernetes-worker.md b/docs/kubernetes-worker.md index 6493318..565b927 100644 --- a/docs/kubernetes-worker.md +++ b/docs/kubernetes-worker.md @@ -1,6 +1,6 @@ # 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