File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,7 @@ parameter of the PDB is set to `1` which prevents killing masters in single-node
184184clusters and/or the last remaining running instance in a multi-node cluster.
185185
186186The PDB is only relaxed in two scenarios :
187+
187188* If a cluster is scaled down to `0` instances (e.g. for draining nodes)
188189* If the PDB is disabled in the configuration (`enable_pod_disruption_budget`)
189190
@@ -387,7 +388,7 @@ manifest. Notes:
387388backup via `pg_dumpall` and upload of compressed and encrypted results to an S3
388389bucket; the default image ``registry.opensource.zalan.do/acid/logical-backup``
389390is the same image built with the Zalando-internal CI pipeline. `pg_dumpall`
390- requires a `superuser` access to a DB and runs on the replica when possible.
391+ requires a `superuser` access to a DB and runs on the replica when possible.
391392
3923932. Due to the [limitation of K8s cron jobs](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#cron-job-limitations)
393394it is highly advisable to set up additional monitoring for this feature; such
You can’t perform that action at this time.
0 commit comments