postgres-operator
postgres-operator copied to clipboard
Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
Closes #1785 Some additional fixes - unit tests step removed from the e2e job (already part of the unit tests workflow and running twice) - `make verify-codegen` step added to...
In each namespace operator currently creates an additional ServiceAccount and binds it to the `postgres-pod` ClusterRole. This PR adds code to create a Role instead and let the RoleBinding reference...
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 - **Where do you...
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.9.0 - **Where do you...
Revision of the Helm-Charts for use in the Rancher dashboard as an app.
With CRD validation for `OperatorConfiguration` in place, this configuration option can be regarded superior to ConfigMap one. Also suggested by @pierreozoux in #693
There were nice issue #547 which allows to enable or disable PDB creation. One problem - it is globally configurable option at postgresql-operator level. My propose is to add option...
Hello! I'm trying without success to clone a new PostgreSQL cluster managed by Zalando operator v1.10.0. I use AWS + S3 + IAM Roles. Backups work fine and I can...
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 - **Where do you...
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.8.2 - **Where do you...