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