Skip to content

Commit e8028ca

Browse files
[CI] Add autoscaling annotations to windows containers
This patch also applies the autoscaling annotations that disableGKE's autoscaling from downscaling with nodes that currently have jobs scheduled on them to the windows runners too.
1 parent 69508a6 commit e8028ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

premerge/windows_runner_values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ minRunners: 0
55
maxRunners: 2
66

77
template:
8+
metadata:
9+
annotations:
10+
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
811
spec:
912
tolerations:
1013
- key: "node.kubernetes.io/os"

0 commit comments

Comments
 (0)