postgres-operator icon indicating copy to clipboard operation
postgres-operator copied to clipboard

Postgres operator creates and manages PostgreSQL clusters running in Kubernetes

Results 458 postgres-operator issues
Sort by recently updated
recently updated
newest added

Hello, Is that possible to provide Patroni with a custom CA bundle for interacting with Kubernetes API Server? By default it uses `/var/run/secrets/kubernetes.io/serviceaccount/ca.crt` which is set by Kuberneres (it consists...

- **Which image of the operator are you using?** registry.opensource.zalan.do/acid/postgres-operator:v1.5.0 with some customisations #1058 - **Where do you run it - cloud or metal? Kubernetes or OpenShift?** GCP GKE -...

question

Per https://github.com/zalando/postgres-operator/issues/1838 Update logical backup environment variables for GCP and Azure. I've also added [azbak](https://www.npmjs.com/package/azbak) (we've been using in production for 6+ months now) in the example logical-backup image to...

## Firstly, is there anyone who can provide a working step by step instruction for this topic? Also, there is a similar issue raised previously in #1618 I have tried...

- **Which image of the operator are you using?** Latest, looking at the code. - **Where do you run it - Metal. Kubernetes. - **Are you running Postgres Operator in...

idea

Currently it is only possible to specify `cpu` and `memory` limits. Given [Kubernetes has Huge Page Support](https://kubernetes.io/docs/tasks/manage-hugepages/scheduling-hugepages/), and huge pages are very applicable to databases, I suggest that it would...

enhancement
help wanted
good first issue

This commit introduces new property to a postgresql spec serviceNodePort. It enable NodePort type service for master role with automatic port allocation if value is 0. Othewise it takes desired...

As it is now, the [`persistent_volume_claim_retention_policy`](https://github.com/zalando/postgres-operator/blob/a63a0758dec1cb29b1a13ef42fa6a62c096ec556/charts/postgres-operator/values.yaml#L173) feature doesn't work properly: the PVCs are **always** deleted (not by Kubernetes, but by the operator itself). Evidence: ``` time="2024-03-07T12:46:32Z" level=debug msg="pods have been...

add the changes go add the new pg version 16 and remove the pg10 - [x] include 16 in CRDs - [x] remove 10 - [x] bump target_major_version from "15"...

spilo

When trying to deploy the operator using kustomize we had to omit the namespace so that we can deploy it in any namespace.