Skip to content

Commit

Permalink
Schedule the EBS CSI Daemonset on all nodes, regardless of taint
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfens committed Jan 22, 2020
1 parent 9ca95ce commit 8d3fe4c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions aws-ebs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ resources: {}
nodeSelector: {}

tolerations:
- key: CriticalAddonsOnly
operator: Exists
- operator: Exists

affinity: {}

Expand Down
3 changes: 0 additions & 3 deletions deploy/kubernetes/base/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ spec:
beta.kubernetes.io/os: linux
serviceAccount: ebs-csi-controller-sa
priorityClassName: system-cluster-critical
tolerations:
- key: CriticalAddonsOnly
operator: Exists
containers:
- name: ebs-plugin
image: amazon/aws-ebs-csi-driver:latest
Expand Down
3 changes: 1 addition & 2 deletions deploy/kubernetes/base/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ spec:
hostNetwork: true
priorityClassName: system-node-critical
tolerations:
- key: CriticalAddonsOnly
operator: Exists
- operator: Exists
containers:
- name: ebs-plugin
securityContext:
Expand Down

0 comments on commit 8d3fe4c

Please sign in to comment.