Update 08-bootstrapping-kubernetes-controllers.md

Required update to get the install to work
pull/451/head
Tennis Smith 2019-03-15 11:21:46 -05:00 committed by GitHub
parent bf2850974e
commit 5e7fef38f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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: Install a basic web server to handle HTTP health checks:
``` ```
sudo apt-get update
sudo apt-get install -y nginx sudo apt-get install -y nginx
``` ```