File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
content/zh-cn/examples/pods Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
requiredDuringSchedulingIgnoredDuringExecution :
9
9
nodeSelectorTerms :
10
10
- matchExpressions :
11
- - key : topology. kubernetes.io/zone
11
+ - key : kubernetes.io/os
12
12
operator : In
13
13
values :
14
- - antarctica-east1
15
- - antarctica-west1
14
+ - linux
16
15
preferredDuringSchedulingIgnoredDuringExecution :
17
16
- weight : 1
18
17
preference :
Original file line number Diff line number Diff line change 8
8
requiredDuringSchedulingIgnoredDuringExecution :
9
9
nodeSelectorTerms :
10
10
- matchExpressions :
11
- - key : kubernetes.io/os
11
+ - key : topology. kubernetes.io/zone
12
12
operator : In
13
13
values :
14
- - linux
14
+ - antarctica-east1
15
+ - antarctica-west1
15
16
preferredDuringSchedulingIgnoredDuringExecution :
16
17
- weight : 1
17
18
preference :
You can’t perform that action at this time.
0 commit comments