-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
fix: Drop spot-instances-request from tag_specifications #2363
fix: Drop spot-instances-request from tag_specifications #2363
Conversation
so far I have only heard one user report one region (Ireland) - so I am less inclined to drop this one since its not as problematic. do you know what other regions do not support this? |
It also causes issues if you try to launch node groups without using spot instances at all. much like the Elastic GPU instances it doesn't allow you to specify the tag if you're not launching spot instances. |
yes I understand the behavior - that was a bit surprising when it was discovered with the tagging request for GPUs. However, this still appears to be isolated to one region so far (that I can tell - docs are not producing any additional results so far) |
@bryantbiggs even if it is incosistency with just one region, why should it not be fixed? I mean AWS should be supposedly consistent, but since they are not IMO it feels wrong to enforce such a change and possibly be breaking even just this one region! |
|
### [19.4.2](v19.4.1...v19.4.2) (2022-12-20) ### Bug Fixes * Drop spot-instances-request from tag_specifications ([#2363](#2363)) ([e391a99](e391a99))
This PR is included in version 19.4.2 🎉 |
…ws-modules#2363) * Drop spot-instances-request from tag_specifications * fix: Update documentation Co-authored-by: Bryant Biggs <[email protected]>
### [19.4.2](terraform-aws-modules/terraform-aws-eks@v19.4.1...v19.4.2) (2022-12-20) ### Bug Fixes * Drop spot-instances-request from tag_specifications ([terraform-aws-modules#2363](terraform-aws-modules#2363)) ([e391a99](terraform-aws-modules@e391a99))
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
spot-instances-request
is not supported in some regions, so we are dropping that from defaulttag_specifications
.Motivation and Context