You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now Persistent volume claims (PVCs) are removed only on cluster deletion. In the case the number of pods in a PG cluster is simply reduced, PVCs/volumes of no longer running pods remain. We may consider removing them altogether.
The text was updated successfully, but these errors were encountered:
It's good to see Postgres Operator handle cleaning up volumes in case of "scale down". kube-janitor can take care of deleting the PVCs when the StatefulSet is completely deleted: hjacobs/kube-janitor#62
Right now Persistent volume claims (PVCs) are removed only on cluster deletion. In the case the number of pods in a PG cluster is simply reduced, PVCs/volumes of no longer running pods remain. We may consider removing them altogether.
The text was updated successfully, but these errors were encountered: