hermes(agent): also tolerate titan-22's media-primary taint (flip applied pre-classification)

Applying the titan-22 flip ahead of the full accelerator classification, so
titan-22 still carries its soft media-primary taint. Tolerate it too so the
strong titan-22 preference isn't penalised. Harmless once media-primary is gone.
This commit is contained in:
jenkins 2026-08-25 16:43:31 -03:00
parent 5631366c4e
commit aa5898f9e3

View File

@ -156,6 +156,14 @@ spec:
operator: Equal
value: "true"
effect: NoSchedule
# titan-22 still carries the soft media-primary taint until the accelerator
# classification replaces it; tolerate it so the strong titan-22 preference
# is not penalised while both taints coexist. Harmless once media-primary
# is gone.
- key: atlas.bstein.dev/media-primary
operator: Equal
value: "true"
effect: PreferNoSchedule
initContainers:
- name: init-config
image: busybox:1.37