Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse authored and msanft committed Nov 28, 2023
1 parent 5b5f022 commit d1880d8
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions charts/aws-ebs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ controller:
# ID of the Kubernetes cluster used for tagging provisioned EBS volumes (optional).
k8sTagClusterId:
logLevel: 2
nodeSelector: {}
nodeSelector:
node-role.kubernetes.io/control-plane: ""
podAnnotations: {}
podLabels: {}
priorityClassName: system-cluster-critical
Expand Down Expand Up @@ -204,9 +205,18 @@ controller:
tolerations:
- key: CriticalAddonsOnly
operator: Exists
- effect: NoExecute
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
operator: Exists
- effect: NoSchedule
key: node-role.kubernetes.io/master
operator: Exists
- effect: NoSchedule
key: node.cloudprovider.kubernetes.io/uninitialized
operator: Exists
- effect: NoSchedule
key: node.kubernetes.io/not-ready
operator: Exists
tolerationSeconds: 300
# TSCs without the label selector stanza
#
# Example:
Expand Down

0 comments on commit d1880d8

Please sign in to comment.