kubezero/charts/kubezero-aws-efs-csi-driver
Stefan Reimer 0edbf55850 feat: add support for volumeAttributes to aws-efs-csi-driver to allow to disable buggy TLS encryption 2021-04-08 16:19:51 +02:00
..
charts/aws-efs-csi-driver fix: Use latest livenessprobe for aws-efs-csi-driver to tackle memory leak 2021-04-01 14:46:36 +02:00
templates feat: add support for volumeAttributes to aws-efs-csi-driver to allow to disable buggy TLS encryption 2021-04-08 16:19:51 +02:00
.gitignore Update EFS tooling to track releases 2020-10-08 07:52:34 -07:00
.helmignore Add missing .helmignore 2020-11-26 15:31:40 -08:00
Chart.yaml feat: add support for volumeAttributes to aws-efs-csi-driver to allow to disable buggy TLS encryption 2021-04-08 16:19:51 +02:00
README.md Update chart READMEs 2021-03-25 16:32:49 +01:00
README.md.gotmpl Add multi PV support to EFS 2020-10-09 07:30:25 -07:00
affinity_resources.patch fix: Use latest livenessprobe for aws-efs-csi-driver to tackle memory leak 2021-04-01 14:46:36 +02:00
update.sh fix: Use latest livenessprobe for aws-efs-csi-driver to tackle memory leak 2021-04-01 14:46:36 +02:00
values.yaml feat: add support for volumeAttributes to aws-efs-csi-driver to allow to disable buggy TLS encryption 2021-04-08 16:19:51 +02:00

README.md

kubezero-aws-efs-csi-driver

Version: 0.3.2 AppVersion: 1.2.0

KubeZero Umbrella Chart for aws-efs-csi-driver

Homepage: https://kubezero.com

Maintainers

Name Email Url
Quarky9

Source Code

Requirements

Kubernetes: >=1.18.0-0

Repository Name Version
aws-efs-csi-driver 1.2.1
https://zero-down-time.github.io/kubezero/ kubezero-lib >= 0.1.3

Storage Class

Optionally creates the efs-cs storage class. Could also be made the default storage class if requested.

Multiple PVs & PVCs backed by same EFS file system

Details also see: Reserve PV

Values

Key Type Default Description
StorageClass.create bool true
StorageClass.default bool false
aws-efs-csi-driver.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchExpressions[0].key string "node.kubernetes.io/csi.efs.fs"
aws-efs-csi-driver.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchExpressions[0].operator string "Exists"
aws-efs-csi-driver.logLevel int 1
aws-efs-csi-driver.resources.limits.memory string "128Mi"
aws-efs-csi-driver.resources.requests.cpu string "20m"
aws-efs-csi-driver.resources.requests.memory string "64Mi"