-
-
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
Bottlerocket GPU nodes do not join the cluster using Managed node groups in version 20.X #3287
Comments
Were you able to reproduce this issue? |
no - but I can tell you that Bottlerocket based nodes do work with this module when using GPUs |
Is there anything that stands out in my code above of why this will not work between version 19 and 20? |
hard to tell with the formatting - can you fix that? |
Formatting gets all jacked up when I paste it in here. Ive attached my tf file as a txt |
Also fixed the original posts formatting, I think. |
This issue has been automatically marked as stale because it has been open 30 days |
I had a previous ticket #3257 opened with code using the module which was unproducible for the team so I have stripped a lot of it down for it to be easily used without referencing other Terraform files. The issue arises when using any 20.X version of the EKS module when you try to deploy Bottlerocket GPU nodes into a managed node group within AWS.
If your request is for a new feature, please use the
Feature request
template.Before you submit an issue, please perform the following first:
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
terraform init
Versions
Module version [Required]:
Terraform version:
required_version = ">= 1.4.5"
Provider version(s):
aws version = ">= 5.3.0"
Reproduction Code [Required]
Now here's the 19.21.0 version code:
Steps to reproduce the behavior:
I am running this code via Visual studio connecting into my AWS Account.
The module version 19.21.0 works fine for both Bottlerocket CPU and GPU nodes with this exact same code just with the version changed.
Expected behavior
The expected behavior is that both AWS Managed Node groups successfully create and the nodes are joined to the EKS cluster.
Actual behavior
When using EKS module version 20.33.1 the Bottlerocket CPU nodes join the EKS cluster without an issue but the GPU nodes do not.
Terminal Output Screenshot(s)
When using version 20.33.1

When using version 19.21.0
Additional context
The text was updated successfully, but these errors were encountered: