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?** e.g. ghcr.io/zalando/postgres-operator:v1.12.2 - **Where do you run it - cloud or metal? Kubernetes or OpenShift?** K8s - **Are you running Postgres...
closes https://github.com/zalando/postgres-operator/issues/2836 Tested on prod cluster with and without `LOGICAL_GOOGLE_APPLICATION_CREDENTIALS` env var set
Please, answer some short questions which should help us to understand your problem / question better? - **Which image of the operator are you using?** e.g. ghcr.io/zalando/postgres-operator:v1.14.0 - **Where do...
In Kubernetes, there is tight coupling of API group, CRD and Custom Resources managed by operators. CRDs are cluster resource and unique per cluster. CRD operatorconfigurations.acid.zalan.do defines the operator configurations...
In Kubernetes, there is tight coupling of API group, CRD and Custom Resources managed by operators. CRDs are cluster resource and unique per cluster. CRD operatorconfigurations.acid.zalan.do defines the operator configurations...
Currently the way I see it they both share node affinity / anti affinity / tolerations I wanted to make sure that when scheduling and executing poolers would be on...
Hello. Thanks a lot for this pretty operator. I could not find info about scaling pods with a postgres operator! I have operator in my k8s cluster and CRD postgres,...
Currently I am using Postgres Operator version 1.14.0 and I leave the logical backup version to default so that I won't be interfering with the default version of it later...
Hi Everyone, Currently, I see the option to add LB for master and replicas separately, I have a use case where I need to expose a single endpoint for both...
Trying to understand the problem described in #809, I've learned a lot about the internals of the Postgres operator. I've noticed that there is only a limited number of event...