Skip to content

Commit

Permalink
Merge pull request #133 from mikegirard/122-fix-toleration
Browse files Browse the repository at this point in the history
Update daemonset tolerations to run on all nodes
  • Loading branch information
k8s-ci-robot committed Feb 22, 2020
2 parents 79fde89 + 9127469 commit 0829739
Showing 1 changed file with 1 addition and 2 deletions.
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: efs-plugin
securityContext:
Expand Down

0 comments on commit 0829739

Please sign in to comment.