-
Hello! Does Talos do any special tuning to etcd to handle high latency? AFAIK the usual recommendations to not let k8s clusters span multiple regions/datacenters is due to etcd not liking high latency by default. I've had luck in the past setting the parameters mentioned on https://etcd.io/docs/v3.4/tuning/ (heartbeat-interval and election-timeout). Is this something Talos already handles, or is there a way to set it for etcd? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's not something we do by default, but you can certainly add those tuning parameters yourself with extraArgs in the etcd section of the machine config: https://www.talos.dev/v1.7/reference/configuration/v1alpha1/config/#Config.cluster.etcd |
Beta Was this translation helpful? Give feedback.
It's not something we do by default, but you can certainly add those tuning parameters yourself with extraArgs in the etcd section of the machine config: https://www.talos.dev/v1.7/reference/configuration/v1alpha1/config/#Config.cluster.etcd