fix(bookstack): Recreate rollout strategy for RWO PVC (DEV-528) #8
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "fix/DEV-528-bookstack-recreate-strategy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
bookstack-configPVC. Default RollingUpdate deadlocks every rollout on Multi-Attach.strategy: Recreate: terminate old pod → PVC detaches → start new pod. Brief downtime, but rollouts finish./statusprobe fix in PR #7.Refs DEV-528.