Skip to content

Commit

Permalink
Merge pull request #441 from pcfens/master
Browse files Browse the repository at this point in the history
Schedule the EBS CSI DaemonSet on all nodes by default
  • Loading branch information
k8s-ci-robot authored Jan 28, 2020
2 parents 04143df + f17cba9 commit d11901e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 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 d11901e

Please sign in to comment.