Skip to content

Commit aab4d51

Browse files
yujunzFxKu
authored andcommitted
Fix bad formatting in docs (zalando#637)
List requires a proceeding empty line
1 parent b738283 commit aab4d51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/administrator.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ parameter of the PDB is set to `1` which prevents killing masters in single-node
184184
clusters and/or the last remaining running instance in a multi-node cluster.
185185

186186
The 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:
387388
backup via `pg_dumpall` and upload of compressed and encrypted results to an S3
388389
bucket; the default image ``registry.opensource.zalan.do/acid/logical-backup``
389390
is 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

392393
2. Due to the [limitation of K8s cron jobs](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#cron-job-limitations)
393394
it is highly advisable to set up additional monitoring for this feature; such

0 commit comments

Comments
 (0)