Skip to content

Commit

Permalink
Merge pull request #2222 from ConnorJC3/update-anti-affinity
Browse files Browse the repository at this point in the history
Update anti-affinity
  • Loading branch information
k8s-ci-robot authored Nov 11, 2024
2 parents ef505ff + 802e662 commit 3886a4b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/aws-ebs-csi-driver/templates/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
(dict
"key" "eks.amazonaws.com/compute-type"
"operator" "NotIn"
"values" (list "fargate")
"values" (list "fargate" "auto" "hybrid")
)
(dict
"key" "node.kubernetes.io/instance-type"
Expand Down
4 changes: 4 additions & 0 deletions charts/aws-ebs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ controller:
operator: NotIn
values:
- fargate
- auto
- hybrid
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- podAffinityTerm:
Expand Down Expand Up @@ -356,6 +358,8 @@ node:
operator: NotIn
values:
- fargate
- auto
- hybrid
- key: node.kubernetes.io/instance-type
operator: NotIn
values:
Expand Down
2 changes: 2 additions & 0 deletions deploy/kubernetes/base/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ spec:
operator: NotIn
values:
- fargate
- auto
- hybrid
weight: 1
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
Expand Down
2 changes: 2 additions & 0 deletions deploy/kubernetes/base/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ spec:
operator: NotIn
values:
- fargate
- auto
- hybrid
- key: node.kubernetes.io/instance-type
operator: NotIn
values:
Expand Down

0 comments on commit 3886a4b

Please sign in to comment.