Replaced deprecated flag --health-check with the new equivalent --http-health-check=kube-apiserver-check
parent
0450e2b3b7
commit
26ff21f9d0
|
@ -313,7 +313,7 @@ gcloud compute http-health-checks create kube-apiserver-check \
|
||||||
|
|
||||||
```
|
```
|
||||||
gcloud compute target-pools create kubernetes-pool \
|
gcloud compute target-pools create kubernetes-pool \
|
||||||
--health-check kube-apiserver-check
|
--http-health-check=kube-apiserver-check
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue