postgres-operator
postgres-operator copied to clipboard
Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
- **Which image of the operator are you using?** postgres-operator:v1.10.0 - **Where do you run it - cloud or metal? Kubernetes or OpenShift?** cloud/Kubernetes - **Are you running Postgres Operator...
- **Which image of the operator are you using?** -> registry.opensource.zalan.do/acid/postgres-operator:v1.10.1 - **Where do you run it - cloud or metal? Kubernetes or OpenShift?** [AWS K8s | GCP ... |...
Usually, the Postgres Operator does not drop resources when they are removed from the manifest like databases or users. This is due to safety reasons. However, for the slots defined...
- **Which image of the operator are you using?** registry.opensource.zalan.do/acid/logical-backup:v1.10.1 - **Where do you run it - cloud or metal? Kubernetes or OpenShift?** [AWS K8s | GCP ... | Bare...
After pvcs went full because the pg_wal data need almost 99% of disk space. Although I don't know why this happened, the nodes do not select a master anymore. Rebooting...
Please, answer some short questions which should help us to understand your problem / question better? - **Which image of the operator are you using? -> registry.opensource.zalan.do/acid/postgres-operator:v1.10.1** e.g. registry.opensource.zalan.do/acid/postgres-operator:v1.10.1 -...
Just wanted to know is Zalando operator support ingress to connect with postgres pod? **Using Production**: yes **K8 version**: 1.23 **Operator Version**: postgres-operator:v1.9.0
Dynamic Configuration options to patroni? Could someone show an example of how to pass dynamic configurations from postgres-operator to patroni?
Hello, I have the same problem as other on PDB the fix is already done and merge inside this PR https://github.com/zalando/postgres-operator/pull/2364/ When do you think this pr will be available...
I would like to propose adding an additional field to the volume spec in the operator of `annotations` that behaves the same as any other annotation spec in Kubernetes. The...