Gabriele Bartolini

Results 189 comments of Gabriele Bartolini

This is the current situation: | | Pod | StartupProbe | LivenessProbe | ReadinessProbe | |-------------------------------|-----------|---------------------------------|---------------|----------------| | initialDelaySeconds | N/A | - | - | - | | periodSeconds |...

What about something like: ```yaml spec: probes: startup: # standard probe API liveness: # standard probe API readiness: # standard probe API ``` These sections, when specified, will have a...

Ideally, we should move away from pgaudit in-core and rely on a plugin in the future. Moving it from 1.26.

> We run into a similar issue. DB Switchover during node-maintenance (cordon worker nodes). After node-maintenace (uncordon) Standby came back online but constantly crashlooping with > > ``` > ......

> We see that the pg_wal in the primary container starts to explode in size. We have given our prod db generous space, but eventually it will run out as...

> @b-thiswatch The filesystem was already full but if I remember correctly the space was occupied by `pg_wal` directory. We end up deleting the database-prod-1 pod and pvc to create...

Can you please make sure you can reproduce this issue in 1.24 or the current trunk? THanks.

It is still not clear how to reproduce this. Can you please provide details?

> I have managed to create a script that seems to consistently reproduce this problem in our environment. Ran it 5 times, and the issue happens every time. Does it...