From c07ba5696b9f55f7da7e59686a023743a30e8d2e Mon Sep 17 00:00:00 2001 From: Jeff Rade Date: Sun, 28 Feb 2021 17:41:31 -0600 Subject: [PATCH] Fix spelling; Group nginx install command; Match formatting for "same machine used" --- docs/08-bootstrapping-kubernetes-controllers.md | 6 ++++-- docs/09-bootstrapping-kubernetes-workers.md | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/08-bootstrapping-kubernetes-controllers.md b/docs/08-bootstrapping-kubernetes-controllers.md index e64e8a2..0827fda 100644 --- a/docs/08-bootstrapping-kubernetes-controllers.md +++ b/docs/08-bootstrapping-kubernetes-controllers.md @@ -208,8 +208,10 @@ A [Google Network Load Balancer](https://cloud.google.com/compute/docs/load-bala Install a basic web server to handle HTTP health checks: ``` -sudo apt-get update -sudo apt-get install -y nginx +{ + sudo apt-get update + sudo apt-get install -y nginx +} ``` ``` diff --git a/docs/09-bootstrapping-kubernetes-workers.md b/docs/09-bootstrapping-kubernetes-workers.md index 289b9fa..5a2e57e 100644 --- a/docs/09-bootstrapping-kubernetes-workers.md +++ b/docs/09-bootstrapping-kubernetes-workers.md @@ -37,7 +37,7 @@ Verify if swap is enabled: sudo swapon --show ``` -If output is empthy then swap is not enabled. If swap is enabled run the following command to disable swap immediately: +If output is empty then swap is not enabled. If swap is enabled run the following command to disable swap immediately: ``` sudo swapoff -a @@ -292,7 +292,7 @@ EOF ## Verification -> The compute instances created in this tutorial will not have permission to complete this section. Run the following commands from the same machine used to create the compute instances. +> The compute instances created in this tutorial will not have permission to complete this section. **Run the following commands from the same machine used to create the compute instances**. List the registered Kubernetes nodes: