...
1kind: ss-deployment-job
2metadata:
3 name: any
4spec:
5 template:
6 spec:
7 affinity:
8 nodeAffinity:
9 requiredDuringSchedulingIgnoredDuringExecution:
10 nodeSelectorTerms:
11 - matchExpressions:
12 - key: node.ncr.com/class
13 operator: NotIn
14 values:
15 - touchpoint
16 - key: node.ncr.com/role
17 operator: NotIn
18 values:
19 - worker
20 - matchExpressions:
21 - key: node.ncr.com/role
22 operator: In
23 values:
24 - controlplane
25 preferredDuringSchedulingIgnoredDuringExecution:
26 - weight: 100
27 preference:
28 matchExpressions:
29 - key: node.ncr.com/class
30 operator: In
31 values:
32 - server
View as plain text