Commit 69508a6
committed
[CI] Add annotation to prevent eviction during node scale down
Because we are using GKE's autoscaling features, we need to ensure that either
the runner or workflow pod are marked with an annotation prevent scale down from
happening on the node. Otherwise GKE will decide that nodes actively running pods
should be scaled down rather than looking for empty nodes, with the idea being
that applications should be resilient against individual pods being killed,
which we are not.1 parent 87ec873 commit 69508a6
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
0 commit comments