mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-05-27 18:09:17 +02:00
Allow a custom AMI to be specified as a default (#115)
* fallback to the default workers group ami_id before the official one * add CHANGELOG
This commit is contained in:
committed by
Max Williams
parent
21f43b8341
commit
5531776e2c
@@ -16,6 +16,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
|
||||
### Changed
|
||||
|
||||
- A subtle but thoughtful change. (Boomshakalaka, @self 🏀)
|
||||
- allow a custom AMI to be specified as a default (by @erks)
|
||||
- **Breaking change** Removed support for `eks-worker-*` AMI. The cluster specifying a custom AMI based off of `eks-worker-*` AMI will have to rebuild the AMI from `amazon-eks-node-*`. (by @erks)
|
||||
- **Breaking change** Removed `kubelet_node_labels` worker group option in favor of `kubelet_extra_args`. (by @erks)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user