what
- Fix eks-cluster example. Add eks_worker_ami_name_filter variable to the example
why
-
most_recent variable does not work as expected.
-
Enforce usage of eks_worker_ami_name_filter variable to set the right kubernetes version for EKS workers,
otherwise the first version of Kubernetes supported by AWS (v1.11) for EKS workers will be used, but
EKS control plane will use the version specified by kubernetes_version variable.