Disabling the PodDisruptionBudget (PDB) for the management EDB database
Disable PDB for single replica management subsystems.
About this task
Some maintenance scenarios require that Postgres is shutdown, and on one replica deployments the PDB
prevents this. You can disable the PodDisruptionBudget
by setting the
nodeMaintenanceWindow
to inProgress: true
and reusePVC:
true
.
Procedure
What to do next
Complete whatever task required PDB disablement, then edit the Postgres cluster and remove the
spec.nodeMaintenanceWindow
section to enable PDB.