Skip to content

Commit

Permalink
Merge pull request #1059 from Tal-or/relax_affinity
Browse files Browse the repository at this point in the history
CNF-14050: csv:operator: lax affinity constraints
  • Loading branch information
openshift-merge-bot[bot] authored Oct 31, 2024
2 parents d4a1af1 + ee42eb6 commit d5fbd58
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -502,9 +502,10 @@ spec:
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 1
preference:
matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
containers:
Expand Down

0 comments on commit d5fbd58

Please sign in to comment.