Alexander Kukushkin

Results 295 comments of Alexander Kukushkin

Looks good. Is http://etcd-cluster-0000.etcd-cluster.spcqm-system.svc:2379 accessible from patroni pod? And what `echo $ETCD_HOST` shows?

Everything looks good. Patroni is configured to use etcd cluster deployed by etcd operator. Now I am completely lost and don't understand what you problem is.

> it is more patroni related issue Not really Patroni issue, but patroni helm chart. I am not really familiar with helm chart internals, but it seem Patroni chart has...

> chart’s readme says that etcd_host is not used Looking on chart internals (https://github.com/kubernetes/charts/blob/master/incubator/patroni/templates/statefulset-patroni.yaml#L49) I can tell that it is definitely used and propagated to the StatfulSet and underlying Pods....

No, postgres-operator is a tool similar to the etcd-operator.

Actually not two, but three. Patroni - does all heavy lifting, like automatic failover and so one. Can work on bare metal and inside docker. Spilo - this is a...

Well, the `start_time` and `finish_time` are only available in wal-g, not wal-e. And the start_time could not be used for this purpose. Also I am not sure that start_time and...

> Do we agree that the last_modified field is problematic? Only if you are moving "files" around. I don't mind if you add some logic that will choose the field...

> Anything else? Probably no. But you'll figure it out while implementing/testing. > Not sure if there are any tests that would need to be added here, I didn't find...