Skip to content

Commit

Permalink
Update range for health check
Browse files Browse the repository at this point in the history
  • Loading branch information
gburiola authored and kelseyhightower committed Jun 2, 2017
1 parent bf66a60 commit 4749e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/01-infrastructure-gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down

0 comments on commit 4749e60

Please sign in to comment.