2020-10-05 10:50:23 +00:00
|
|
|
# kubezero-aws-efs-csi-driver
|
|
|
|
|
2020-10-09 14:30:25 +00:00
|
|
|
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
|
2020-10-05 10:50:23 +00:00
|
|
|
|
2020-07-24 14:40:24 +00:00
|
|
|
KubeZero Umbrella Chart for aws-efs-csi-driver
|
|
|
|
|
2020-10-05 10:50:23 +00:00
|
|
|
**Homepage:** <https://kubezero.com>
|
|
|
|
|
|
|
|
## Maintainers
|
|
|
|
|
|
|
|
| Name | Email | Url |
|
|
|
|
| ---- | ------ | --- |
|
|
|
|
| Quarky9 | | |
|
|
|
|
|
|
|
|
## Source Code
|
|
|
|
|
|
|
|
* <https://github.com/Zero-Down-Time/kubezero>
|
|
|
|
* <https://github.com/kubernetes-sigs/aws-efs-csi-driver>
|
2020-07-24 14:40:24 +00:00
|
|
|
|
2020-10-05 10:50:23 +00:00
|
|
|
## Requirements
|
2020-07-24 14:40:24 +00:00
|
|
|
|
2020-10-09 14:30:25 +00:00
|
|
|
Kubernetes: `>=1.17.0-0`
|
2020-07-24 14:40:24 +00:00
|
|
|
|
|
|
|
| Repository | Name | Version |
|
|
|
|
|------------|------|---------|
|
2020-08-14 16:05:25 +00:00
|
|
|
| https://zero-down-time.github.io/kubezero/ | kubezero-lib | >= 0.1.3 |
|
2020-07-24 14:40:24 +00:00
|
|
|
|
|
|
|
## Storage Class
|
|
|
|
Optionally creates the *efs-cs* storage class.
|
|
|
|
Could also be made the default storage class if requested.
|
|
|
|
|
2020-10-09 14:30:25 +00:00
|
|
|
## Multiple PVs & PVCs backed by same EFS file system
|
|
|
|
Details also see: [Reserve PV](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#reserving-a-persistentvolume)
|
|
|
|
|
2020-10-05 10:50:23 +00:00
|
|
|
## Values
|
2020-07-24 14:40:24 +00:00
|
|
|
|
|
|
|
| Key | Type | Default | Description |
|
|
|
|
|-----|------|---------|-------------|
|
2020-10-09 14:30:25 +00:00
|
|
|
| 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"` | |
|
2020-07-24 14:40:24 +00:00
|
|
|
| StorageClass.create | bool | `true` | |
|
|
|
|
| StorageClass.default | bool | `false` | |
|
|
|
|
| aws-efs-csi-driver.nodeSelector | object | `{}` | |
|