mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
RollingUpdate with a ReadWriteOnce PVC causes a Multi-Attach deadlock where the new pod can't start because the old pod still holds the volume. Recreate strategy ensures the old pod is terminated before the new one is created. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>