Update range for health check

This new IP range is listed on the following docs:

https://cloud.google.com/compute/docs/load-balancing/health-checks
https://cloud.google.com/compute/docs/load-balancing/http/
pull/176/head
Luis Buriola 2017-05-02 16:45:15 +01:00 committed by Kelsey Hightower
parent bf66a60585
commit 4749e604a3
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ gcloud compute firewall-rules create allow-external \
gcloud compute firewall-rules create allow-healthz \
--allow tcp:8080 \
--network kubernetes-the-hard-way \
--source-ranges 130.211.0.0/22
--source-ranges 130.211.0.0/22,35.191.0.0/16
```