-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Do not sort instance types #142
Conversation
@Gowiem @korenyoni can I have a review on this please ? 🙏 |
/test all |
@xeivieni Thank you for this PR. The
The instance_types = join(",", sort(local.ng.instance_types)) is probably not the best choice. |
what
Remove sorting on instance type list in the node group definition
why
Because the order of the list is used to define priorities on the type of instance to use.
references