Skip to content

0.10.0 Fix eks-cluster example. Add eks_worker_ami_name_filter variable to the example

Compare
Choose a tag to compare
@aknysh aknysh released this 11 Nov 16:33

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.