Part of #16
Question
imagePullPolicy: Always + :latest only refreshes a pod at spawn, so already-running sessions keep a stale binary until they restart. What is the policy for pushing an update to running sessions?
Decide between (and spec): accept-and-document (rely on idle-cull + new logins), a "restart your server to update" in-Lab banner/notice, idle-cull window tuning during rollouts, or a forced drain (and if so, with what user-warning + safeguards so in-progress work isn't destroyed). Consider urgency tiers (routine vs security-critical codeq update).
HITL. Output: chosen policy (possibly tiered), execution-ready.
Part of #16
Question
imagePullPolicy: Always+:latestonly refreshes a pod at spawn, so already-running sessions keep a stale binary until they restart. What is the policy for pushing an update to running sessions?Decide between (and spec): accept-and-document (rely on idle-cull + new logins), a "restart your server to update" in-Lab banner/notice, idle-cull window tuning during rollouts, or a forced drain (and if so, with what user-warning + safeguards so in-progress work isn't destroyed). Consider urgency tiers (routine vs security-critical codeq update).
HITL. Output: chosen policy (possibly tiered), execution-ready.