mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-07-27 14:13:53 +03:00
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/
This commit is contained in:

committed by
Kelsey Hightower

parent
bf66a60585
commit
4749e604a3
@@ -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
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user