diff --git a/docs/README.md b/docs/README.md index e58258757..e93c8f6b5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,7 +10,7 @@ such a foundational piece that sits at pretty much the bottom of the stack it is very important to get this correct because trying to make changes to this laster with everything running on it could turn out to be very difficult or impossible without downtime and/or a lot of reconfiguration of items that are running in -this VPC. +this VPC. We also want to take control of creation and managing this VPC exclusively. A lot of tools that creates Kubernetes clusters for you has the option of creating the diff --git a/docs/the-easier-way.md b/docs/the-easier-way.md index 520499f20..165eccf98 100644 --- a/docs/the-easier-way.md +++ b/docs/the-easier-way.md @@ -26,7 +26,7 @@ From the output of the Terraform run, a VPC ID was outputted in the format of The following paths all starts from the root of this repository. ## Terraform environment \_env_defaults file -This file hold default values about this environment. We are adding in the +This file holds default values about this environment. We are adding in the VPC ID here because there will be subsequent Terraforms that will use this ID and place itself into this VPC. @@ -57,7 +57,7 @@ cd clusters/aws/kops The Kubernetes cluster that is created is a fully private Kubernetes cluster with no public IP addresses. This means that you will have to get to the cluster some how via a bastion host to be able to interact with it. During the setup, a -bastion host was created for you and the fbastionollowing steps shows you how to +bastion host was created for you and the following steps shows you how to connect to it and create a tunnel. ```