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

[Bug]: An error occurred (ResourceNotFoundException) when calling the DescribeNodegroup operation: No node group found for name: default-20240424100336089600000010. #915

Open
shankey28 opened this issue Apr 30, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@shankey28
Copy link

Installation method

Own AWS account

What happened?

Got error when executed below command:

prepare-environment fundamentals/storage/ebs

Error:

An error occurred (ResourceNotFoundException) when calling the DescribeNodegroup operation: No node group found for name: default-20240424100336089600000010.
An error occurred, please contact your workshop proctor or raise an issue at https://github.com/aws-samples/eks-workshop-v2/issues
The full log can be found here: /eks-workshop/logs/action-1714463707.log

What did you expect to happen?

Expected for command to be successful

How can we reproduce it?

I updated and executed eks.tf

eks_managed_node_groups = {
default = {
instance_types = ["t2.large"]
force_update_version = true
release_version = var.ami_release_version

        block_device_mappings = {
    xvda = {
      device_name = "/dev/xvda"
      ebs = {
        volume_size           = 75
        delete_on_termination = true
      }
    }
  }

Anything else we need to know?

No response

EKS version

1.29

@shankey28 shankey28 added the bug Something isn't working label Apr 30, 2024
@shankey28
Copy link
Author

Upon further investigation, looks like the command uses old values from env.bash file

@niallthomson
Copy link
Contributor

So does it appear that you updated the node group in the Terraform, re-ran apply and the node group name changed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants