Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
krmichel committed Mar 29, 2020
2 parents 0ee203f + f55767a commit 1057502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/kubernetes/base/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
nodeSelector:
beta.kubernetes.io/os: linux
serviceAccountName: ebs-csi-controller-sa
beta.kubernetes.io/arch: amd64
priorityClassName: system-cluster-critical
tolerations:
- operator: Exists
Expand Down
1 change: 1 addition & 0 deletions deploy/kubernetes/base/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
spec:
nodeSelector:
beta.kubernetes.io/os: linux
beta.kubernetes.io/arch: amd64
hostNetwork: true
priorityClassName: system-node-critical
tolerations:
Expand Down

0 comments on commit 1057502

Please sign in to comment.