Relax default scheduling affinity
This commit is contained in:
@@ -17,9 +17,11 @@ scheduling:
|
|||||||
compute:
|
compute:
|
||||||
affinity:
|
affinity:
|
||||||
nodeAffinity:
|
nodeAffinity:
|
||||||
requiredDuringSchedulingIgnoredDuringExecution:
|
# Prefer compute nodes when they exist, but don't require them.
|
||||||
nodeSelectorTerms:
|
preferredDuringSchedulingIgnoredDuringExecution:
|
||||||
- matchExpressions:
|
- weight: 100
|
||||||
|
preference:
|
||||||
|
matchExpressions:
|
||||||
- key: node-class
|
- key: node-class
|
||||||
operator: In
|
operator: In
|
||||||
values:
|
values:
|
||||||
|
|||||||
Reference in New Issue
Block a user