zalando / postgres-operator

Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
https://postgres-operator.readthedocs.io/
MIT License
4.36k stars 981 forks source link

ETCD support for DCS #1841

Open AnisTigrini opened 2 years ago

AnisTigrini commented 2 years ago

Hi There, noticed there is an environment variable to inject "etcd_host" but there are none in the repo for usernames and password. Could create a PR for that to add them to the operator configmap ? Could enable etcd3 as well since there are no env variables for v3 (supported by Patroni). Let me know what you guys think.

thangamani-arun commented 2 years ago

I agree with @AnisTigrini . Also consider adding support for major key/value stores like consul etc

FxKu commented 2 years ago

More config options are fine with me to support more Patroni features. Not all at once maybe :smiley:

AnisTigrini commented 2 years ago

here you go @FxKu, let me know for anything. PR Link : https://github.com/zalando/postgres-operator/pull/1849

gc-jro commented 2 years ago

This would be a really helpful feature.