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.22k stars 320 forks source link

[eks] [default StorageClass]: make default allowVolumeExpansion: true #1407

Open neilharris123 opened 3 years ago

neilharris123 commented 3 years ago

Community Note

Tell us about your request Currently when a new EKS cluster is created, a default storageClass is deployed. The default settings for this storageClass includes setting allowVolumeExpansion: false.

Is there any reason why this is set to false by default? It seems to me that expansion of volumes would be something fairly common, and having to patch the StorageClass to allow expansion is an extra step which make the process less dynamic.

Would it not make more sense for the default setting to be allowVolumeExpansion: true ?

ckdarby commented 3 years ago

This is similar to #1330