stack-orchestrator/stack_orchestrator/deploy/k8s
Snake Game Developer 98ff221a21 Fix PV rebinding after deployment stop/start cycle
deployment stop deletes the namespace (and PVCs) but preserves PVs
by default. On the next deployment start, PVs are in Released state
with a stale claimRef pointing at the deleted PVC. New PVCs cannot
bind to Released PVs, so pods get stuck in Pending.

Clear the claimRef on any Released PV during _create_volume_data()
so the PV returns to Available and can accept new PVC bindings.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 07:47:23 +00:00
..
helm Fix pyright type errors across codebase 2026-01-22 01:10:36 -05:00
__init__.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
cluster_info.py feat: add kind-mount-root for unified Kind extraMount 2026-03-20 21:28:40 +00:00
deploy_k8s.py Fix PV rebinding after deployment stop/start cycle 2026-03-21 07:47:23 +00:00
helpers.py feat: add kind-mount-root for unified Kind extraMount 2026-03-20 21:28:40 +00:00
k8s_command.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00