Skip to content
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

EKS: EC2 volume type #215

Open
cbek opened this issue Aug 26, 2021 · 3 comments
Open

EKS: EC2 volume type #215

cbek opened this issue Aug 26, 2021 · 3 comments
Labels
EKS enhancement New feature or request

Comments

@cbek
Copy link
Contributor

cbek commented Aug 26, 2021

We are looking for the option to define a specific attribute for EC2 volume type.

@pst pst added EKS enhancement New feature or request labels Sep 7, 2021
@pst
Copy link
Member

pst commented Sep 7, 2021

Can you provide more context? I unfortunately don't understand what you're asking for.

@cbek
Copy link
Contributor Author

cbek commented Sep 7, 2021

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

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:

  • volume_type
  • iops

@pst
Copy link
Member

pst commented Sep 7, 2021

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

However, that's not currently exposed yet by Kubestack's EKS node_pool module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EKS enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants