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

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.7.0 - **Where do you...

Enable logging of all operator statements

zalando

This PR is about to get prometheus-operator fetch the metrics of the patroni metrics endpoint. The prometheus operator CR for podmonitor definition of the endpoint only supports port names and...

Picking up from where #1407 left off, this fixes the same issue and also makes the refactoring changes suggested by @FxKu. resolves #1306

Set RunAsNonRoot on securityContext of Postgres statfullset Fix [(#2081)](https://github.com/zalando/postgres-operator/issues/2081)

Configure `.securityContext.fsGroupChangePolicy` for the StatefulSets to avoid the error message ```console FATAL: data directory "/home/postgres/pgdata/pgroot/data" has invalid permissions ``` when the kubelet restarts while the API server is down. Fixes...

Adding support for SecurityContext in sidecar containers. Doc updated. Unit Tests updated. Validated on a test cluster. the SecurityContext is forwarded to the container specs.

- **Which image of the operator are you using?** registry.opensource.zalan.do/acid/postgres-operator:v1.6.2 - **Where do you run it - cloud or metal? Kubernetes or OpenShift?** Bare Metal K8s - **Are you running...

Manifests that are used with the default installation don't have a namespace (so it uses the current context's one). It's my first time using this software so if it's possible...

1. Dockerfile based build of code (using existing Makefile) on alpine (instead of setting full developer env for simple/trivial tests) plus 2. create postgres-operator-secure image as well as optional postgres-operator-alpine...