Hi @wongma7, thank you very much for your work on EFS Provisioner. It has been working great for me.
I could not find a good helm chart for deploying efs-provisioner to clusters, so I prepared one that deploys efs-provisioner and optionally a StorageClass.
I guess the right place for this is the 'kubernetes/charts' project, and I have created a PR there to add it to the 'incubator' charts.
Please take a look and let me know if it is a suitable chart. If you like it, please endorse the PR. I am sure the author's endorsement will help it get reviewed 馃槃
Looking fo this as well! Would be great to have!
Hi @michaelajr @wongma7, the EFS Provisioner Helm chart has just gone stable
https://github.com/kubernetes/charts/tree/master/stable/efs-provisioner
So you can now deploy efs-provisioner to a cluster with as little as:
helm install stable/efs-provisioner --set efsFileSystemId=fs-12345678 --set awsRegion=us-east-2
and all currently available configuration options can be set using Helm deployment values.
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale
Most helpful comment
Hi @michaelajr @wongma7, the EFS Provisioner Helm chart has just gone stable
https://github.com/kubernetes/charts/tree/master/stable/efs-provisioner
So you can now deploy efs-provisioner to a cluster with as little as:
and all currently available configuration options can be set using Helm deployment values.