zalando / postgres-operator

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

Assigning Custom PDB to PostgreSQL cluster #2196

Open ManjunathCV91 opened 1 year ago

ManjunathCV91 commented 1 year ago

I would like to know if there is any option provided as part of Postgres-Operator to configure custom PDB and assign it to the cluster?

Documentation states only option available is to enable or disable a PDB.

image: registry.opensource.zalan.do/acid/postgres-operator:v1.8.2

FxKu commented 1 year ago

Yes, you cannot customize the PDB. You could only change the generated one temporarily until the operator changes it back on the next sync cycle.