kubezero/charts/kubezero-aws-efs-csi-driver
Stefan Reimer 21a9816dea More EFS fixes, cert-manager version bump 2020-10-21 04:37:33 -07:00
..
charts/aws-efs-csi-driver Update EFS tooling to track releases 2020-10-08 07:52:34 -07:00
templates More EFS fixes, cert-manager version bump 2020-10-21 04:37:33 -07:00
.gitignore Update EFS tooling to track releases 2020-10-08 07:52:34 -07:00
Chart.yaml Revert minimal kube version due to issues with argocd 2020-10-09 07:43:05 -07:00
README.md Add multi PV support to EFS 2020-10-09 07:30:25 -07:00
README.md.gotmpl Add multi PV support to EFS 2020-10-09 07:30:25 -07:00
update.sh Minor tweak to aws efs upate tooling 2020-10-09 11:15:19 -07:00
values.yaml More EFS fixes, cert-manager version bump 2020-10-21 04:37:33 -07:00

README.md

kubezero-aws-efs-csi-driver

Version: 0.2.0 AppVersion: 1.0.0

KubeZero Umbrella Chart for aws-efs-csi-driver

Homepage: https://kubezero.com

Maintainers

Name Email Url
Quarky9

Source Code

Requirements

Kubernetes: >=1.17.0-0

Repository Name Version
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
PersistentVolumes[0].claimRef.name string "foo-pvc"
PersistentVolumes[0].claimRef.namespace string "foo"
PersistentVolumes[0].mountOptions[0] string "tls"
PersistentVolumes[0].name string "example-pv"
PersistentVolumes[0].volumeHandle string "<efs-id>:/path"
PersistentVolumes[1].name string "example-pv2"
PersistentVolumes[1].volumeHandle string "<efs-id>:/path2"
StorageClass.create bool true
StorageClass.default bool false
aws-efs-csi-driver.nodeSelector object {}