zalando / postgres-operator

Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
https://postgres-operator.readthedocs.io/
MIT License
4.35k stars 980 forks source link

Removing cluster do not removes objects from k8s #2719

Closed dragoangel closed 2 months ago

dragoangel commented 2 months ago

Please, answer some short questions which should help us to understand your problem / question better?

Something wrong with getting proper namespace to process deletion of resources:

Log of creation and deletion of the cluster:

time="2024-08-06T13:15:00Z" level=debug msg="added new cluster: \"example-cluster/example-cluster\"" pkg=controller
time="2024-08-06T13:15:00Z" level=info msg="SYNC event has been queued" cluster-name=example-cluster/example-cluster pkg=controller worker=0
time="2024-08-06T13:15:00Z" level=info msg="creating pod service account \"postgres-pod\" in the \"example-cluster\" namespace" pkg=controller
time="2024-08-06T13:15:00Z" level=info msg="ADD event has been queued" cluster-name=example-cluster/example-cluster pkg=controller worker=0
time="2024-08-06T13:15:00Z" level=info msg="successfully deployed the pod service account \"postgres-pod\" to the \"example-cluster\" namespace" pkg=controller
time="2024-08-06T13:15:00Z" level=info msg="Creating the role binding \"postgres-pod\" in the \"example-cluster\" namespace" pkg=controller
time="2024-08-06T13:15:00Z" level=info msg="successfully deployed the role binding for the pod service account \"postgres-pod\" to the \"example-cluster\" namespace" pkg=controller
time="2024-08-06T13:15:00Z" level=info msg="syncing of the cluster started" cluster-name=example-cluster/example-cluster pkg=controller worker=0
time="2024-08-06T13:15:00Z" level=debug msg="team API is disabled" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:15:00Z" level=debug msg="team API is disabled" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:15:00Z" level=info msg="syncing secrets" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:15:00Z" level=debug msg="created new secret example-cluster/postgres.example-cluster.credentials.postgresql.acid.zalan.do, namespace: example-cluster, uid: 2fd7d74a-fc06-464b-b9e7-77410192850a" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:15:00Z" level=debug msg="created new secret example-cluster/standby.example-cluster.credentials.postgresql.acid.zalan.do, namespace: example-cluster, uid: 50585020-e07e-484c-8fbb-a8e58a520310" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:15:00Z" level=debug msg="syncing master service" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:15:00Z" level=info msg="could not find the cluster's master endpoint" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:15:00Z" level=warning msg="master is not running, generated master endpoint does not contain any addresses" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:15:01Z" level=info msg="created missing master endpoint \"example-cluster/example-cluster\"" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:15:01Z" level=info msg="could not find the cluster's master service" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:15:02Z" level=info msg="created missing master service \"example-cluster/example-cluster\"" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:15:02Z" level=debug msg="syncing replica service" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:15:02Z" level=info msg="could not find the cluster's replica endpoint" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:15:03Z" level=info msg="created missing replica endpoint \"example-cluster/example-cluster-repl\"" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:15:03Z" level=info msg="could not find the cluster's replica service" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:15:04Z" level=info msg="created missing replica service \"example-cluster/example-cluster-repl\"" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:15:04Z" level=debug msg="syncing volumes using \"pvc\" storage resize mode" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:15:04Z" level=info msg="volume claims do not require changes" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:15:04Z" level=debug msg="syncing statefulsets" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:15:04Z" level=info msg="cluster's statefulset does not exist" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:15:04Z" level=info msg="standby cluster streaming from remote primary" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:15:04Z" level=warning msg="operator only supports standby clusters with 1 pod" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:15:04Z" level=debug msg="created new statefulset \"example-cluster/example-cluster\", uid: \"3ae8c3ed-cac6-4588-8147-3265f0faa617\"" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:15:28Z" level=debug msg="Waiting for 3 pods to become ready" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:17:38Z" level=info msg="DELETE event has been queued" cluster-name=example-cluster/example-cluster pkg=controller worker=0
time="2024-08-06T13:17:38Z" level=debug msg="event ADD has been discarded for the cluster" cluster-name=example-cluster/example-cluster pkg=controller worker=0
time="2024-08-06T13:20:38Z" level=info msg="ADD event has been queued" cluster-name=example-namespace/example-cluster pkg=controller worker=2
time="2024-08-06T13:20:38Z" level=info msg="creating a new Postgres cluster" cluster-name=example-namespace/example-cluster pkg=controller worker=2
time="2024-08-06T13:20:38Z" level=info msg="endpoint \"example-namespace/example-cluster\" has been successfully created" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:20:38Z" level=info msg="master service \"example-namespace/example-cluster\" has been successfully created" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:20:38Z" level=info msg="replica service \"example-namespace/example-cluster-repl\" has been successfully created" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:20:38Z" level=debug msg="team API is disabled" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:20:38Z" level=debug msg="team API is disabled" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:20:38Z" level=info msg="users have been initialized" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:20:38Z" level=info msg="syncing secrets" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:20:38Z" level=debug msg="created new secret example-namespace/postgres.example-cluster.credentials.postgresql.acid.zalan.do, namespace: example-namespace, uid: ad90c461-e228-45e7-9255-73fda3fcbeb8" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:20:38Z" level=info msg="secrets have been successfully created" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:20:38Z" level=info msg="pod disruption budget \"example-namespace/postgres-example-cluster-pdb\" has been successfully created" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:20:38Z" level=info msg="standby cluster streaming from remote primary" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:20:38Z" level=warning msg="operator only supports standby clusters with 1 pod" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:20:38Z" level=debug msg="created new statefulset \"example-namespace/example-cluster\", uid: \"93160df7-137a-4198-a739-1fce05cb59c9\"" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:20:38Z" level=info msg="statefulset \"example-namespace/example-cluster\" has been successfully created" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:20:38Z" level=info msg="waiting for the cluster being ready" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:20:56Z" level=debug msg="Waiting for 3 pods to become ready" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:22:21Z" level=info msg="DELETE event has been queued" cluster-name=example-namespace/example-cluster pkg=controller worker=2
time="2024-08-06T13:25:25Z" level=warning msg="error while syncing cluster state: could not sync statefulsets: cluster is not ready: pod labels error: still failing after 200 retries" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:25Z" level=warning msg="could not set cluster status: could not update status: postgresqls.acid.zalan.do \"example-cluster\" not found" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:25Z" level=error msg="could not sync cluster: could not sync statefulsets: cluster is not ready: pod labels error: still failing after 200 retries" cluster-name=example-cluster/example-cluster pkg=controller worker=0
time="2024-08-06T13:25:25Z" level=info msg="deletion of the cluster started" cluster-name=example-cluster/example-cluster pkg=controller worker=0
time="2024-08-06T13:25:25Z" level=info msg="removing the logical backup job" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:25Z" level=warning msg="could not remove the logical backup k8s cron job; an empty namespace may not be set when a resource name is provided" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:25Z" level=debug msg="deleting statefulset" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:25Z" level=debug msg="statefulset \"example-cluster/example-cluster\" has already been deleted" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:25Z" level=info msg="statefulset \"example-cluster/example-cluster\" has been deleted" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:25Z" level=debug msg="deleting pods" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=debug msg="no pods to delete" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=debug msg="deleting PVCs" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=debug msg="no PVCs to delete" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=debug msg="deleting secret \"example-cluster/postgres.example-cluster.credentials.postgresql.acid.zalan.do\"" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=debug msg="secret \"example-cluster/postgres.example-cluster.credentials.postgresql.acid.zalan.do\" has already been deleted" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=info msg="secret \"example-cluster/postgres.example-cluster.credentials.postgresql.acid.zalan.do\" has been deleted" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=debug msg="deleting secret \"example-cluster/standby.example-cluster.credentials.postgresql.acid.zalan.do\"" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=debug msg="secret \"example-cluster/standby.example-cluster.credentials.postgresql.acid.zalan.do\" has already been deleted" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=info msg="secret \"example-cluster/standby.example-cluster.credentials.postgresql.acid.zalan.do\" has been deleted" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=debug msg="deleting pod disruption budget" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=debug msg="there is no pod disruption budget in the cluster" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=debug msg="deleting endpoint" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=debug msg="master endpoint has already been deleted" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=info msg="master endpoint \"example-cluster/example-cluster\" has been deleted" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=debug msg="deleting service master" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=debug msg="master service has already been deleted" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=info msg="master service \"example-cluster/example-cluster\" has been deleted" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=debug msg="deleting endpoint" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=debug msg="replica endpoint has already been deleted" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=info msg="replica endpoint \"example-cluster/example-cluster-repl\" has been deleted" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=debug msg="deleting service replica" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=debug msg="replica service has already been deleted" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=info msg="replica service \"example-cluster/example-cluster-repl\" has been deleted" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=debug msg="removing leftover Patroni objects (endpoints / services and configmaps)" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=warning msg="could not fetch service \"/\": an empty namespace may not be set when a resource name is provided" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=warning msg="could not fetch service \"/\": an empty namespace may not be set when a resource name is provided" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=warning msg="could not fetch service \"/\": an empty namespace may not be set when a resource name is provided" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=warning msg="could not fetch service \"/\": an empty namespace may not be set when a resource name is provided" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=warning msg="could not fetch endpoint \"/\": an empty namespace may not be set when a resource name is provided" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=warning msg="could not fetch endpoint \"/\": an empty namespace may not be set when a resource name is provided" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=warning msg="could not fetch endpoint \"/\": an empty namespace may not be set when a resource name is provided" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=warning msg="could not fetch endpoint \"/\": an empty namespace may not be set when a resource name is provided" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=info msg="deleting connection pooler spilo-role=master" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=debug msg="no connection pooler to delete" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=info msg="deleting connection pooler spilo-role=replica" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=debug msg="no connection pooler to delete" cluster-name=example-cluster/example-cluster pkg=cluster
time="2024-08-06T13:25:26Z" level=info msg="cluster has been deleted" cluster-name=example-cluster/example-cluster pkg=controller worker=0
time="2024-08-06T13:30:53Z" level=error msg="failed to create cluster: pod labels error: still failing after 200 retries" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:53Z" level=warning msg="cluster created failed: pod labels error: still failing after 200 retries" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:53Z" level=warning msg="could not set cluster status: could not update status: postgresqls.acid.zalan.do \"example-cluster\" not found" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:53Z" level=error msg="could not create cluster: pod labels error: still failing after 200 retries" cluster-name=example-namespace/example-cluster pkg=controller worker=2
time="2024-08-06T13:30:53Z" level=info msg="deletion of the cluster started" cluster-name=example-namespace/example-cluster pkg=controller worker=2
time="2024-08-06T13:30:53Z" level=info msg="removing the logical backup job" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:53Z" level=warning msg="could not remove the logical backup k8s cron job; an empty namespace may not be set when a resource name is provided" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:53Z" level=debug msg="deleting statefulset" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:53Z" level=info msg="statefulset \"example-namespace/example-cluster\" has been deleted" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:53Z" level=debug msg="deleting pods" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:53Z" level=debug msg="no pods to delete" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:53Z" level=debug msg="deleting PVCs" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:53Z" level=debug msg="no PVCs to delete" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:53Z" level=debug msg="deleting secret \"example-namespace/postgres.example-cluster.credentials.postgresql.acid.zalan.do\"" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:53Z" level=info msg="secret \"example-namespace/postgres.example-cluster.credentials.postgresql.acid.zalan.do\" has been deleted" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:53Z" level=debug msg="deleting secret \"example-namespace/standby.example-cluster.credentials.postgresql.acid.zalan.do\"" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:53Z" level=debug msg="secret \"example-namespace/standby.example-cluster.credentials.postgresql.acid.zalan.do\" has already been deleted" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:53Z" level=info msg="secret \"example-namespace/standby.example-cluster.credentials.postgresql.acid.zalan.do\" has been deleted" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:53Z" level=debug msg="deleting pod disruption budget" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:53Z" level=info msg="pod disruption budget \"example-namespace/postgres-example-cluster-pdb\" has been deleted" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:56Z" level=debug msg="deleting endpoint" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:56Z" level=info msg="master endpoint \"example-namespace/example-cluster\" has been deleted" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:56Z" level=debug msg="deleting service master" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:56Z" level=info msg="master service \"example-namespace/example-cluster\" has been deleted" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:56Z" level=debug msg="deleting endpoint" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:56Z" level=debug msg="there is no replica endpoint in the cluster" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:56Z" level=debug msg="deleting service replica" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:56Z" level=info msg="replica service \"example-namespace/example-cluster-repl\" has been deleted" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:56Z" level=debug msg="removing leftover Patroni objects (endpoints / services and configmaps)" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:56Z" level=warning msg="could not fetch service \"/\": an empty namespace may not be set when a resource name is provided" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:56Z" level=warning msg="could not fetch service \"/\": an empty namespace may not be set when a resource name is provided" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:56Z" level=warning msg="could not fetch service \"/\": an empty namespace may not be set when a resource name is provided" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:56Z" level=warning msg="could not fetch service \"/\": an empty namespace may not be set when a resource name is provided" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:56Z" level=warning msg="could not fetch endpoint \"/\": an empty namespace may not be set when a resource name is provided" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:56Z" level=warning msg="could not fetch endpoint \"/\": an empty namespace may not be set when a resource name is provided" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:56Z" level=warning msg="could not fetch endpoint \"/\": an empty namespace may not be set when a resource name is provided" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:56Z" level=warning msg="could not fetch endpoint \"/\": an empty namespace may not be set when a resource name is provided" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:56Z" level=info msg="deleting connection pooler spilo-role=master" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:56Z" level=debug msg="no connection pooler to delete" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:56Z" level=info msg="deleting connection pooler spilo-role=replica" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:56Z" level=debug msg="no connection pooler to delete" cluster-name=example-namespace/example-cluster pkg=cluster worker=2
time="2024-08-06T13:30:56Z" level=info msg="cluster has been deleted" cluster-name=example-namespace/example-cluster pkg=controller worker=2
FxKu commented 2 months ago

Good timing: I am working on it #2713

dragoangel commented 2 months ago

Hi @FxKu, nice 😊, thank you!