mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 16:58:58 +03:00
Fix missing region in health check creation
health check creation was missing a region flag
This commit is contained in:
@@ -286,7 +286,8 @@ gcloud compute http-health-checks create kube-apiserver-health-check \
|
||||
|
||||
```
|
||||
gcloud compute target-pools create kubernetes-target-pool \
|
||||
--http-health-check=kube-apiserver-health-check
|
||||
--http-health-check=kube-apiserver-health-check \
|
||||
--region us-central1
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user