mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-07-27 14:13:53 +03:00
Replaced deprecated flag --health-check with the new equivalent --http-health-check=kube-apiserver-check
This commit is contained in:

committed by
Kelsey Hightower

parent
0450e2b3b7
commit
26ff21f9d0
@@ -313,7 +313,7 @@ gcloud compute http-health-checks create kube-apiserver-check \
|
||||
|
||||
```
|
||||
gcloud compute target-pools create kubernetes-pool \
|
||||
--health-check kube-apiserver-check
|
||||
--http-health-check=kube-apiserver-check
|
||||
```
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user