containers-roadmap icon indicating copy to clipboard operation
containers-roadmap copied to clipboard

[EKS]: Control default storage class

Open ckdarby opened this issue 3 years ago • 3 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Tell us about your request Be able to provide a default storage class when EKS being created.

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? We're trying to have reproducible EKS clusters that come up with encrypted volumes or to have the ability to influence the default storage class during EKS creation.

Are you currently working around this issue? Upon the EKS cluster being spun up we're applying a kubectl yaml to make gp2 not the default and then during our helm install we're creating a storage class called like, 'gp2-encrypted' with encrypted flag turned on.

ckdarby avatar Apr 07 '21 20:04 ckdarby

Starting EKS v1.30 we will remove the default annotation from the storage class created with EKS.

mikestef9 avatar Apr 12 '24 00:04 mikestef9

Is it only affecting newly created EKS clusters, or does it also impact existing clusters?

toVersus avatar Apr 12 '24 15:04 toVersus

only newly created clusters

mikestef9 avatar Apr 12 '24 16:04 mikestef9