public-cloud-roadmap
public-cloud-roadmap copied to clipboard
Kubernetes Kube-proxy ipvs support
hi! please add IPVS mode to kube proxy to your Kubernetes Clusters!
Also need this feature
Support this. Very important feature
+1
Hi @ZILosoft and all. I confirm we will work to enable this, and enter it to the official backlog/ W will come back soon with a first mid term ETA.
We plan to release IPVS support at cluster creation and reset in February (API only at first)
Hi all
A new field is now available through the API: "kubeProxyMode". You can now select "iptables" or "ipvs" on cluster creation and cluster reset.
You can also add some specific configuration in the "customization" field
{
kubeProxy:
ipvs:
minSyncPeriod: "minSyncPeriod is the minimum period that ipvs rules are refreshed in RFC3339 duration format (e.g. 'PT60S')"
scheduler: "ipvs scheduler",
syncPeriod: "syncPeriod is the period that ipvs rules are refreshed in RFC3339 duration format (e.g. 'PT60S'). Must be greater than 0",
tcpFinTimeout: "tcpFinTimeout is the timeout value used for IPVS TCP sessions after receiving a FIN in RFC3339 duration format (e.g. 'PT60S'). The default value is 'PT0S', which preserves the current timeout value on the system",
tcpTimeout: "tcpTimeout is the timeout value used for idle IPVS TCP sessions in RFC3339 duration format (e.g. 'PT60S'). The default value is 'PT0S', which preserves the current timeout value on the system",
udpTimeout: "udpTimeout is the timeout value used for IPVS UDP packets in RFC3339 duration format (e.g. 'PT60S'). The default value is 'PT0S', which preserves the current timeout value on the system"
}
Hi, the feature is also available through our Terraform provider: https://docs.ovh.com/gb/en/kubernetes/customizing-kubeproxy/
Is the IPVS support available in all regions?
I tried creating a cluster in UK1 using Terraform, but the calico-kube-controllers
and wormhole
are restarting every other minute making the cluster unusable. I have the following ticket open with the support in case you want more details and traces: #8140557
Using the same Terraform config with IPTables works perfectly.