Skip to content

Commit

Permalink
Merge pull request eksctl-io#647 from pliu/node-nodeselector
Browse files Browse the repository at this point in the history
Feature: Add ability to customize node daemonset nodeselector
  • Loading branch information
k8s-ci-robot committed Dec 16, 2020
2 parents 5d2589c + 7823dfb commit 9873e22
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/aws-ebs-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "0.8.0"
name: aws-ebs-csi-driver
description: A Helm chart for AWS EBS CSI Driver
version: 0.7.0
version: 0.7.1
kubeVersion: ">=1.14.0-0"
home: https://github.com/kubernetes-sigs/aws-ebs-csi-driver
sources:
Expand Down
3 changes: 3 additions & 0 deletions charts/aws-ebs-csi-driver/templates/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ spec:
- fargate
nodeSelector:
kubernetes.io/os: linux
{{- with .Values.node.nodeSelector }}
{{ toYaml . | indent 8 }}
{{- end }}
hostNetwork: true
priorityClassName: system-node-critical
tolerations:
Expand Down
1 change: 1 addition & 0 deletions charts/aws-ebs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ k8sTagClusterId: ""
region: ""

node:
nodeSelector: {}
podAnnotations: {}
tolerateAllTaints: true
tolerations: []
Expand Down

0 comments on commit 9873e22

Please sign in to comment.