Closed ok512 closed 1 month ago
@ok512, did you happen to delete the version of the launch template the nodegroup was originally created with? Can you post the output of the following command, redacting any sensitive information?
$ aws ec2 describe-launch-template-versions --launch-template-id lt-0f3e2efa769a315f6
did you happen to delete the version of the launch template the nodegroup was originally created with? Can you post the output of the following command, redacting any sensitive information?
Yes, because it's not used anywhere.
Why would it be a problem for eksctl
?
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
eksctl version: 0.179.0
I'm trying to follow doc Note: If you're upgrading a node group that's deployed with a launch template to a new launch template version, add --launch-template-version version-number to the preceding command.
All these commands:
show error: [ℹ] waiting for CloudFormation stack "eksctl-test-nodegroup-ng1" Error: error fetching launch template data: operation error EC2: DescribeLaunchTemplateVersions, https response error StatusCode: 400, RequestID: 98c3e445-3160-45e7-8c28-a469a875c5d2, api error InvalidLaunchTemplateId.VersionNotFound: Could not find the specified version 1 for the launch template with ID lt-0f3e2efa769a315f6.
Why and what for eksctl wants version 1 of launch template? The nodegroup uses version 4 and it's default and latest launch template version too.
Am I missing something? 😕