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
We are looking for the option to define a specific attribute for EC2 volume type.
The text was updated successfully, but these errors were encountered:
Can you provide more context? I unfortunately don't understand what you're asking for.
Sorry, something went wrong.
Status: At the moment a worker node of a AWS EKS cluster runs with the volume_type 'gp2'
Terraform aws_instance resources provides options to configure a root_block_device: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance#ebs-ephemeral-and-root-block-devices
aws_instance
Goal: As a Kubestack end-user I would like to have the option to configure the worker node root_block_device with the following options:
The nodes are created using the aws_eks_node_group ressource. I believe the corresponding attribute for the launch_template used for the aws_eks_node_group would be this: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/launch_template#block-devices
aws_eks_node_group
launch_template
However, that's not currently exposed yet by Kubestack's EKS node_pool module.
No branches or pull requests
We are looking for the option to define a specific attribute for EC2 volume type.
The text was updated successfully, but these errors were encountered: