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. registry.opensource.zalan.do/acid/postgres-operator:v1.8.2 Where do you run it - cloud or metal? Kubernetes or OpenShift? [Bare Metal K8s] Are you running Postgres Operator...
Hi, I've looked through the documentation and couldn't find an answer to this. We have a postgresql setup running with timescaledb extension enabled. I now want to add a new...
Fixes #2025 Env variables shouldn't get from the `Cluster.Spec` structure
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. registry.opensource.zalan.do/acid/postgres-operator:v1.8.2 postgres-operator 1.8.2 Where do...
This PR adds to the developer guide a section how to run and debug operator inside the local IDE (without operator Docker image deployment) using the telepresence services
See #2050
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. registry.opensource.zalan.do/acid/postgres-operator:v1.8.2 - **Are you...
This PR adds the `pod_antiaffinity_preferred_during_scheduling: true` configuration to switch pod antiaffinity type to `preferredDuringSchedulingIgnoredDuringExecution`. We need that because we run Postgres on bare metal where we have Postgres clusters with...
I want to use a single member cluster as sometimes the resource is not enough, and want to know is it suitable.
Hello, I've recognized, that you introduced the following lines in the logical-backup images `dump.sh` in version 1.8.0 by commit a081173f26f2d6b7dd6408d7cee8b307fd8e6578 . ``` if [ "$KUBERNETES_SERVICE_HOST" != "${KUBERNETES_SERVICE_HOST#*[0-9].[0-9]}" ]; then echo...