From c1604f2fb55d4b1d3b3a3a1d01f273fb75c37a20 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sun, 12 Jan 2025 22:53:21 +0000 Subject: [PATCH] [CI] Add annotation to workflow pod Still running into the issue where processes in the workflow container are dying. Not convinced this is the problem now, but doesn't hurt to add the annotation. --- premerge/linux_container_pod_template.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/premerge/linux_container_pod_template.yaml b/premerge/linux_container_pod_template.yaml index 186780f5..fb52ffae 100644 --- a/premerge/linux_container_pod_template.yaml +++ b/premerge/linux_container_pod_template.yaml @@ -1,3 +1,6 @@ +metadata: + annotations: + cluster-autoscaler.kubernetes.io/safe-to-evict: "false" spec: tolerations: - key: "premerge-platform"