Add 35.191.0.0/16 range to GCE firewalls (issue #478)

This commit is contained in:
Matthew Sachs 2017-03-22 00:18:26 -07:00
parent fc5da49617
commit 04b87d5945
3 changed files with 13 additions and 13 deletions

View file

@ -72,7 +72,7 @@ In addition to this pipeline:
Service
* Each port on the Backend Service has a matching port on the Instance Group
* Each port on the Backend Service is exposed through a firewall-rule open
to the GCE LB IP range (`130.211.0.0/22`)
to the GCE LB IP ranges (`130.211.0.0/22` and `35.191.0.0/16`)
## The Ingress controller events complain about quota, how do I increase it?