mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-07-27 14:13:53 +03:00
Update 05-kubernetes-controller.md
Unless the region is explicitly passed, I get the error: ``` ERROR: (gcloud.compute.target-pools.create) Some requests did not succeed: - Invalid value for field 'region': 'us-central1-b'. Unknown region. ```
This commit is contained in:

committed by
Kelsey Hightower

parent
2983b28f13
commit
bf66a60585
@@ -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