Skip to content

v1.11.4: IPVS proxy mode

Compare
Choose a tag to compare
@Bregor Bregor released this 13 Jul 15:07
· 368 commits to master since this release
v1.11.4
  • CoreDNS: 1.2.0
  • kube-proxy: explicitly set cluster-cidr
  • kube-proxy: simplify proxy-mode configuration
  • Make kubernetes services network route ipvs compatible
  • Packages: install ipvsadm and ipset for IPVS proxy mode
  • kube-proxy: split attributes to global and ipvs-related
  • sdn canal: calico updated to 3.1

IPVS is now first class citizen.
Just set node['kubernetes']['proxy_mode'] attribute to ipvs and run chef-client.

See official blog post for implementation details.