Skip to main content

MANAGED_BY_LABEL

Constant MANAGED_BY_LABEL 

Source
pub const MANAGED_BY_LABEL: &str = "app.kubernetes.io/managed-by";
Expand description

The standard app.kubernetes.io/managed-by label key. Stamped on every operator-created object (mover Jobs, work-spec ConfigMaps, cache PVC, minted mover SA/RoleBinding, projected credential Secret, CSI VolumeSnapshots) so Argo/Flux recognize them as controller-owned and neither prune nor report them OutOfSync (ADR-0005 §14(c)).