aws clusters: existing clusters to use eks managed addons and gp3 storage class with volume expansion by default #5129
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
With #4769 we use a gp3 storage class by default with allowVolumeExpansion also set by default. This PR and manual updates in all EKS clusters makes use that storage class for new dynamically provisioned volumes going forward also in existing clusters.
I used the following procedure when deploying this:
Update .jsonnet file
Add tags in jsonnet cluster's metadata, update addons list, save file
Create and update addons and use --force to transition to EKS managed addons
With a new gp3 based storage class with
allowVolumeExpansion
etc available by default, disable the oldgp2
storageclass as we otherwise have two defaults