Drop hostNetwork from nginx-ingress addon

* Both flannel and Calico support host port via `portmap`
* Allows writing NetworkPolicies that reference ingress pods in `from`
or `to`. HostNetwork pods were difficult to write network policy for
since they could circumvent the CNI network to communicate with pods on
the same node.
This commit is contained in:
Dalton Hubble
2018-06-22 00:46:41 -07:00
parent 0227014fa0
commit 2eaf04c68b
4 changed files with 6 additions and 5 deletions

View File

@ -34,6 +34,11 @@ Notable changes between versions.
#### Addons
* Update CLUO from v0.6.0 to v0.7.0 ([#242](https://github.com/poseidon/typhoon/pull/242))
* Update Prometheus from v2.3.0 to v2.3.1
* Update Grafana from 5.1.3 to 5.1.4
* Drop `hostNetwork` from nginx-ingress addon
* Both flannel and Calico support host port via `portmap`
* Allows writing NetworkPolicies that reference ingress pods in `from` or `to`. HostNetwork pods were difficult to write network policy for since they could circumvent the CNI network to communicate with pods on the same node.
## v1.10.4
@ -43,9 +48,8 @@ Notable changes between versions.
#### Addons
* Update Prometheus from v2.2.1 to v2.3.1
* Update Prometheus from v2.2.1 to v2.3.0
* Add Prometheus liveness and readiness probes
* Update Grafana from 5.1.3 to 5.1.4
* Annotate Grafana service so Prometheus scrapes metrics
* Label namespaces to ease writing Network Policies