mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 01:38:58 +03:00
Fix nginx dependencies not found because apt not updated
This commit is contained in:
@@ -209,7 +209,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 install -y nginx
|
||||
{
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y nginx
|
||||
}
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user