Remove GCP firewall rule allowing Nginx Ingress health

* Nginx Ingress addon no longer uses hostNework so Prometheus may
scrape port 10254 via the CNI network, rather than via the host
address
This commit is contained in:
Dalton Hubble
2018-08-21 21:06:03 -07:00
parent bceec9fdf5
commit da5d2c5321
3 changed files with 5 additions and 28 deletions

View File

@ -8,6 +8,11 @@ Notable changes between versions.
* Remove `controller_networkds` and `worker_networkds` variables. Use Container Linux Config snippets [#277](https://github.com/poseidon/typhoon/pull/277)
#### Google Cloud
* Remove firewall rule allowing workers to access Nginx Ingress health check
* Nginx Ingress addon no longer uses hostNetwork, Prometheus scrapes via CNI network
## v1.11.2
* Kubernetes [v1.11.2](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#v1112)