Commit 2a6eded
committed
syz-cluster: enforce pod to node assignment
On GKE, we use a separate node pool that supports nested virtualization.
Taints and tolerations (that were used before) only make sure that no
other pods are scheduled there, but are not enough to make sure that the
pods that do need nested virtualization will end up there.
Use nodeSelector to force the affinity.1 parent 229db4c commit 2a6eded
1 file changed
+4
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 32 | + | |
0 commit comments