File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,15 @@ metadata:
8
8
spec :
9
9
template :
10
10
spec :
11
+ affinity :
12
+ nodeAffinity :
13
+ requiredDuringSchedulingIgnoredDuringExecution :
14
+ nodeSelectorTerms :
15
+ - matchExpressions :
16
+ - key : kubernetes.io/arch
17
+ operator : In
18
+ values :
19
+ - amd64
11
20
containers :
12
21
- name : kube-rbac-proxy
13
22
# this is apparently the same code as
Original file line number Diff line number Diff line change 31
31
kubectl.kubernetes.io/default-logs-container : manager
32
32
kubectl.kubernetes.io/default-container : manager
33
33
spec :
34
+ affinity :
35
+ nodeAffinity :
36
+ requiredDuringSchedulingIgnoredDuringExecution :
37
+ nodeSelectorTerms :
38
+ - matchExpressions :
39
+ - key : kubernetes.io/arch
40
+ operator : In
41
+ values :
42
+ - amd64
34
43
containers :
35
44
- command :
36
45
- /manager
You can’t perform that action at this time.
0 commit comments