-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[Question] self managed node groups volume size #2027
Comments
I think this might be a copy+paste error in the example. |
@bryantbiggs sure. Another suggestion: It would be good to add this in the examples provided. |
The use of |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Is your request related to a new offering from AWS?
Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.
Is your request related to a problem? Please describe.
There are two ways in the self manage node groups main.tf file, which can be used to specify the size of the volume for a node group.
Method 1: disk_size
Method 2: block_device_mappings
After looking at the node_groups.tf and self_managed_node_group module file. I am assuming that it is not being used anywhere.
Secondly, in method 1 I don't have options to change volume specifications i.e encryption, volume type, etc.
I have 2 questions:
Describe the solution you'd like.
I think only 1 method should be used to specify the size of the volume because only disk_size doesn't provide much flexibility.
Describe alternatives you've considered.
NIL
Additional context
NIL
The text was updated successfully, but these errors were encountered: