Rimantas (Rimas) Mocevicius

Results 150 comments of Rimantas (Rimas) Mocevicius

@knownasilya all users please

@knownasilya I see this one was not added to v1.7.0

@knownasilya any plans for this one go to the next release version?

tried to pin to etcd-operator created cluster svc `Etcd.Host=etcd-cluster-client`, that did not work still patroni etcd was created.

as I tried resilience of of patroni etcd, which is not good, if etcd pod gets restarted/moved to another node it does not come up anymore: ``` kubectl logs patroni1-etcd-2...

but if that first etcd pod gets destroyed, then etcd-operator creates new pod with the new name. not really HA setup svc is better to be used there

no, it does not mimic StatefulSet behaviour I already tried to use to etcd-operator created cluster svc `Etcd.Host=etcd-cluster-client`, that did not work still patroni etcd was created.

that's not good approach to be used with etcd-operator: ``` At the end Patroni will anyway use such Service only once, to get a topology of etcd-cluster and later it...

ok, cool then but why it did not connect to SVC of the etcd-operator created cluster?