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
🤖 Generated by the Daily AI Engineer (Codex instance)
Evidence
Platform issue #1807 requires each stateful workload to graduate through an explicit user-namespace pilot. Headlamp is the next pilot after Longhorn, but activation must stay separate from the default-off gate in #2650 so the rollout can happen only after the concurrent node-auth changes in #2635 have settled and live storage health is known-good.
Headlamp persists plugins on the headlamp-plugins PVC. Its chart renders hostUsers: true by default, so activation must explicitly set spec.values.hostUsers: false and preserve the existing volume identity throughout the experiment.
Impact
This is the live verification step for Headlamp's two-container pod. A failed rollout could prevent the plugin sidecar from writing files, prevent the main container from reading those files, or disturb the Longhorn-backed plugin volume. Recovery must therefore revert only the user-namespace value and must never delete the PVC.
Evidence
Platform issue #1807 requires each stateful workload to graduate through an explicit user-namespace pilot. Headlamp is the next pilot after Longhorn, but activation must stay separate from the default-off gate in #2650 so the rollout can happen only after the concurrent node-auth changes in #2635 have settled and live storage health is known-good.
Headlamp persists plugins on the
headlamp-pluginsPVC. Its chart rendershostUsers: trueby default, so activation must explicitly setspec.values.hostUsers: falseand preserve the existing volume identity throughout the experiment.Impact
This is the live verification step for Headlamp's two-container pod. A failed rollout could prevent the plugin sidecar from writing files, prevent the main container from reading those files, or disturb the Longhorn-backed plugin volume. Recovery must therefore revert only the user-namespace value and must never delete the PVC.
Acceptance criteria
Ready, Longhorn is healthy, and Headlamp is stable before activation.spec.template.spec.hostUsers: false.Available1/1 and the pod is 2/2Ready.EACCESorEPERMerrors.Part of #1807.