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: Error: Launch template not found, launch configuration is not supported #46

Closed
tanayagrawa1 opened this issue Jul 28, 2023 · 4 comments
Labels
bug Something isn't working triage

Comments

@tanayagrawa1
Copy link

Expected Behaviour

Expected to generate a report for cluster upgrade using

eksup analyze --cluster <cluster-name> --region <region>

Current Behaviour

getting error

Error: Launch template not found, launch configuration is not supported

Code snippet

aws eks update-kubeconfig --name <cluster> --region <region>
eksup analyze --cluster <cluster-name> --region <region>

Possible Solution

No response

Steps to Reproduce

aws eks update-kubeconfig --name --region
eksup analyze --cluster --region

eksup version

latest

Operating system

macOS arm64

Error output

Error: Launch template not found, launch configuration is not supported
@tanayagrawa1 tanayagrawa1 added bug Something isn't working triage labels Jul 28, 2023
@bryantbiggs
Copy link
Member

are you currently utilizing launch configuration(s) in your autoscaling group(s)?

@tanayagrawa1
Copy link
Author

are you currently utilizing launch configuration(s) in your autoscaling group(s)?

yes

@bryantbiggs
Copy link
Member

Ah ok, so this error message is correct. Launch configurations are being deprecated and eksup does not support them
image

@tanayagrawa1
Copy link
Author

tanayagrawa1 commented Oct 13, 2023

@bryantbiggs we have migrated launch configurations to launch templates still facing the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

2 participants