diff --git a/docs/01-infrastructure-gcp.md b/docs/01-infrastructure-gcp.md index e69c5e4..483b23f 100644 --- a/docs/01-infrastructure-gcp.md +++ b/docs/01-infrastructure-gcp.md @@ -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 ```