aws / containers-roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
https://aws.amazon.com/about-aws/whats-new/containers/
Other
5.2k stars 315 forks source link

[EKS] [Addon-feature]: StorageClass creation in EFS CSI Driver Addon #2198

Open slavhate opened 9 months ago

slavhate commented 9 months ago

Community Note

Tell us about your request An optional configration in EFS CSI Driver EKS Addon that will enable the StorageClass kind creation along with Addon installation , in the same as we have ENIConfig available as an optional configuration with VPC-CNI add-ons.

Which service(s) is this request for? EKS

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? Presently, the creation of StorageClass must be managed independently of the EFS CSI Driver EKS Addon. Consequently, one must utilize tools such as Terraform templates or Helm charts for this task, introducing additional management complexity to the associated code. Including optional configuration for StorageClass directly within the Addon would be advantageous, eliminating the need for separate management of templates or charts.

Are you currently working around this issue? No

Additional context The management and release of EKS Addons are handled by Amazon through the EKS service backend. While this feature request may not be directly relevant in this repo, upon reaching out to Amazon Premium Support, they advised us to submit a feature request here.

Attachments If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)

zack-is-cool commented 6 months ago

~Can we get one for the aws-ebs-csi-driver too please 🙂 ?~ <-- got implemented w/ aws-ebs-csi-driver v1.31.0-eksbuild.1

kappa8219 commented 2 months ago

~Can we get one for the aws-ebs-csi-driver too please 🙂 ?~ <-- got implemented w/ aws-ebs-csi-driver v1.31.0-eksbuild.1

Where? Can not find it in docs.

Still manual creation advised: https://docs.aws.amazon.com/eks/latest/userguide/ebs-sample-app.html

kappa8219 commented 2 months ago

Found it :)

https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/86bde2066f5fb485b53606c286be15b9689ff025/charts/aws-ebs-csi-driver/values.yaml#L455C1-L456C17

Guys from AWS update documentation, please.