We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add support to analyze EKS clusters that use a MixedInstancePolicy.
eksup analyze --cluster foo --region us-west-2 Error: Launch template not found, launch configuration is not supported
Note: The error message provided about is misleading or limiting. The cluster being scanned does not use launch configurations.
Enable eksup to autodetect a mixed instance policy.
eksup
Add support to disable ASG checks.
The text was updated successfully, but these errors were encountered:
hmmm, yes we could probably just log out something like "Not found - skipping check xxx" to let it keep analyzing
Sorry, something went wrong.
No branches or pull requests
Use case
Add support to analyze EKS clusters that use a MixedInstancePolicy.
Note: The error message provided about is misleading or limiting. The cluster being scanned does not use launch configurations.
Solution/User Experience
Enable
eksup
to autodetect a mixed instance policy.Alternative solutions
Add support to disable ASG checks.
The text was updated successfully, but these errors were encountered: