kubezero/charts/kubezero-aws-ebs-csi-driver
Stefan Reimer d925bfb3d5 Actually update the default version of aws ebs to 0.7.0 2020-10-09 11:14:51 -07:00
..
charts/aws-ebs-csi-driver Actually update the default version of aws ebs to 0.7.0 2020-10-09 11:14:51 -07:00
templates Tweaks for aws-ebs-csi-driver, added initial aws-efs-csi-driver 2020-07-24 15:40:24 +01:00
.gitignore Actually update the default version of aws ebs to 0.7.0 2020-10-09 11:14:51 -07:00
.helmignore Add aws-ebs-csi-driver into root app, rename module properly 2020-05-19 16:25:29 +01:00
Chart.yaml AWS EBS driver version bump 2020-10-09 10:53:32 -07:00
README.md AWS EBS driver version bump 2020-10-09 10:53:32 -07:00
README.md.gotmpl Updated helm-docs, fluentd SSL handled by Istio, ES&Istio tuning 2020-10-05 03:50:23 -07:00
update.sh Actually update the default version of aws ebs to 0.7.0 2020-10-09 11:14:51 -07:00
values.yaml Volume features need more testing <1.17 2020-08-05 01:00:11 +01:00

README.md

kubezero-aws-ebs-csi-driver

Version: 0.3.2 Type: application AppVersion: 0.7.0

KubeZero Umbrella Chart for aws-ebs-csi-driver

Homepage: https://kubezero.com

Maintainers

Name Email Url
Quarky9

Source Code

Requirements

Kubernetes: >= 1.16.0

Repository Name Version
https://zero-down-time.github.io/kubezero/ kubezero-lib >= 0.1.3

IAM Role

If you use kiam or kube2iam and restrict access on nodes running this controller please adjust:

podAnnotations:
  iam.amazonaws.com/role: <ROLE>

Storage Classes

By default it also creates the ebs-sc-gp2-xfs storage class for gp2, enrypted and XFS. This class is by default also set as default storage class.

Values

Key Type Default Description
StorageClass.create bool true
StorageClass.default bool true
aws-ebs-csi-driver.enableVolumeResizing bool false
aws-ebs-csi-driver.enableVolumeScheduling bool true
aws-ebs-csi-driver.enableVolumeSnapshot bool false
aws-ebs-csi-driver.extraVolumeTags object {} Optional tags to be added to each EBS volume
aws-ebs-csi-driver.nodeSelector."node-role.kubernetes.io/master" string ""
aws-ebs-csi-driver.podAnnotations object {} iam.amazonaws.com/role: to assume
aws-ebs-csi-driver.replicaCount int 1
aws-ebs-csi-driver.tolerations[0].effect string "NoSchedule"
aws-ebs-csi-driver.tolerations[0].key string "node-role.kubernetes.io/master"