We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is this a BUG REPORT or FEATURE REQUEST?: FEATURE What happened: Allow IOPS config option for io1 volumeType
instance-manager/api/v1alpha1/instancegroup_types.go
Lines 193 to 196 in 5843c10
More Details about io1 https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volume-types.html
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version -o yaml
Other debugging information (if applicable):
kubectl describe instancegroup <ig-name>
kubectl logs <instance-manager pod>
The text was updated successfully, but these errors were encountered:
@vgunapati this should work if you set volume type to io1 in the instance group spec.
Sorry, something went wrong.
We should add all options from: https://github.com/aws/aws-sdk-go/blob/v1.33.16/service/autoscaling/api.go#L9676-L9743
Successfully merging a pull request may close this issue.
Is this a BUG REPORT or FEATURE REQUEST?:
FEATURE
What happened:
Allow IOPS config option for io1 volumeType
instance-manager/api/v1alpha1/instancegroup_types.go
Lines 193 to 196 in 5843c10
More Details about io1
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volume-types.html
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
Other debugging information (if applicable):
The text was updated successfully, but these errors were encountered: