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
2.1.4
macOS via CLI
Trying to create a node with a gp3 root volume
$ knife ec2 server create (other options) --ebs-volume-type gp3 ... ERROR: --ebs-volume-type must be 'standard' or 'io1' or 'gp2' or 'st1' or 'sc1'
It would just create it as normal
I get the following error:
ERROR: --ebs-volume-type must be 'standard' or 'io1' or 'gp2' or 'st1' or 'sc1'
The text was updated successfully, but these errors were encountered:
This really should get added.
Sorry, something went wrong.
Please add support for setting gp3 for this option. It also probably should be the default rather than gp2.
is this project still being supported?
Can y'all PLEASE cherry-pick this commit and push a new release of Chef Workstation?
data-axle@a2bf003
Successfully merging a pull request may close this issue.
Version:
2.1.4
Environment:
macOS via CLI
Scenario:
Trying to create a node with a gp3 root volume
Steps to Reproduce:
$ knife ec2 server create (other options) --ebs-volume-type gp3
...
ERROR: --ebs-volume-type must be 'standard' or 'io1' or 'gp2' or 'st1' or 'sc1'
Expected Result:
It would just create it as normal
Actual Result:
I get the following error:
ERROR: --ebs-volume-type must be 'standard' or 'io1' or 'gp2' or 'st1' or 'sc1'
The text was updated successfully, but these errors were encountered: