mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 01:38:58 +03:00
Fix spelling; Group nginx install command; Match formatting for "same machine used"
This commit is contained in:
@@ -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:
|
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
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ Verify if swap is enabled:
|
|||||||
sudo swapon --show
|
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
|
sudo swapoff -a
|
||||||
@@ -292,7 +292,7 @@ EOF
|
|||||||
|
|
||||||
## Verification
|
## 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:
|
List the registered Kubernetes nodes:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user