Update 08-bootstrapping-kubernetes-controllers.md

Required update to get the install to work
This commit is contained in:
Tennis Smith
2019-03-15 11:21:46 -05:00
committed by GitHub
parent bf2850974e
commit 5e7fef38f2

View File

@@ -209,6 +209,7 @@ 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
```