Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support new gp3 ebs volume type on AWS #10349

Closed
ghost opened this issue Dec 2, 2020 · 2 comments
Closed

Support new gp3 ebs volume type on AWS #10349

ghost opened this issue Dec 2, 2020 · 2 comments

Comments

@ghost
Copy link

ghost commented Dec 2, 2020

1. Describe IN DETAIL the feature/behavior/change you would like to see.

AWS launched a new ebs volume type "gp3": https://aws.amazon.com/blogs/aws/new-amazon-ebs-gp3-volume-lets-you-provision-performance-separate-from-capacity-and-offers-20-lower-price/

When adding a "rootVolumeType: gp3" to the InstanceGroup, "kops update" fails:

W1202 17:17:08.384141 45347 executor.go:128] error running task "LaunchConfiguration/.de" (9m57s remaining to succeed): error creating AutoscalingLaunchConfiguration: ValidationError: gp3 is invalid. Valid volume types are standard, io1, gp2, st1 and sc1.

2. Feel free to provide a design supporting your feature request.

"rootVolumeType: gp3"
should be valid, additional to the currently supported types.

Since gp3 looks like a direct upgrade to gp3 at lower costs, it could be considered to use "gp3" as the new default instead of "gp2"

@olemarkus
Copy link
Member

#10345 already takes care of adding gp3 to supported types.

gp3 may indeed become default in kops 1.20.

@ghost
Copy link
Author

ghost commented Dec 3, 2020

Oh nice, thanks!

@ghost ghost closed this as completed Dec 3, 2020
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant