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
Follow-up from the jobs-manager RWO deadlock incident (#545).
Observation
The incident was triggered by a routine WSL2/Docker/laptop restart ~4h before: all kube-system pods restarted at once, and afterwards the three local-path PVCs (client-pvc, client-logs-pvc, mysql-pvc) were stuck Pending (empty Capacity) and never re-bound. A sleep/reboot should never strand a client.
Investigate / harden
Does local-path storage persist across a k3d cluster stop/start and a Docker Desktop/WSL2 restart? Confirm the installer mounts a persistent host volume for the node's storage path so PVs survive.
Follow-up from the jobs-manager RWO deadlock incident (#545).
Observation
The incident was triggered by a routine WSL2/Docker/laptop restart ~4h before: all kube-system pods restarted at once, and afterwards the three
local-pathPVCs (client-pvc,client-logs-pvc,mysql-pvc) were stuckPending(empty Capacity) and never re-bound. A sleep/reboot should never strand a client.Investigate / harden
local-pathstorage persist across ak3d cluster stop/startand a Docker Desktop/WSL2 restart? Confirm the installer mounts a persistent host volume for the node's storage path so PVs survive.Boundwith a single stable consumer (post jobs-manager RollingUpdate on RWO PVCs deadlocks single-node local-path after a node restart #545 Recreate)?restart unless-stopped/ autostart check on Windows/WSL parity with the Linux/macOS reboot story.