Alexander Kukushkin

Results 295 comments of Alexander Kukushkin
trafficstars

If the old cluster is still up and running and the new cluster is forked from the old one (with the new timeline), they are two different clusters. They just...

You can safely assume that we always use the latest minor versions.

I don't see any value in doing that. https://www.postgresql.org/support/versioning/: > **We always recommend that all users run the latest available minor release for whatever major version is in use.**

You can always inject part of Patroni configuration via `SPILO_CONFIGURATION`: ```json {"log":{"level":"DEBUG", ...}} ```

> Is there a reason we don't want to allow PATRONI_* variables to be passed to patroni? Yes, these variables may have some sensitive data that will be visible to...

I thing you need to set value of `Etcd.Host` to the first `Pod` of etcd cluster created by etcd-operator https://github.com/coreos/etcd-operator#create-and-destroy-an-etcd-cluster ``` $ kubectl get pods NAME READY STATUS RESTARTS AGE...

> but if that first etcd pod gets destroyed, then etcd-operator creates new pod with the new name. Will it? I've thought it will preserve original name and mimic so...

> as etcd-operator always recreates a new pod with the new name Patroni is much smarter than you think. If the "Pod" it connected to has failed, it will switch...

Does etcd operator creates service?

And what `curl http://etcd-cluster-client:2379/v2/machines` shows? You need to execute it from one of the pods (for example one of patroni pods)