cilium / cilium-etcd-operator

Operator to manage Cilium's etcd cluster
Apache License 2.0
26 stars 15 forks source link

Add additional affinity rules to span etcd across failure domains #19

Closed tgraf closed 5 years ago

tgraf commented 5 years ago
                    beta.kubernetes.io/arch=amd64
                    beta.kubernetes.io/instance-type=m5.xlarge
                    beta.kubernetes.io/os=linux
                    failure-domain.beta.kubernetes.io/region=us-east-2
                    failure-domain.beta.kubernetes.io/zone=us-east-2b
aanm commented 5 years ago

@tgraf are you sure about this? This can cause the writes to be slow as the etcd nodes will be split further away of each other.

tgraf commented 5 years ago

@aanm This represents a user request. I think it's fine to provide the ability to do this.

aanm commented 5 years ago

Ah, I thought it was meant to be by default.