Switch kube-proxy from iptables mode to ipvs mode

* Kubernetes v1.11 considered kube-proxy IPVS mode GA
* Many problems were found #321
* Since then, major blockers seem to have been addressed
This commit is contained in:
Dalton Hubble
2019-10-15 23:31:57 -07:00
parent eb7b6d39f2
commit d418045929
8 changed files with 9 additions and 7 deletions

View File

@ -4,6 +4,8 @@ Notable changes between versions.
## Latest
* Switch `kube-proxy` from iptables to ipvs mode ([#574](https://github.com/poseidon/typhoon/pull/574))
#### Addons
* Update Prometheus from v2.13.0 to v2.13.1