Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Cloudformation template is outdated #187

Open
staticnotdynamic opened this issue Mar 7, 2022 · 0 comments
Open

Cloudformation template is outdated #187

staticnotdynamic opened this issue Mar 7, 2022 · 0 comments

Comments

@staticnotdynamic
Copy link

I wanted to let know that your Cloudformation script is outdated. Specifically, the ClusterVersion template parameter is what causes the stack to fail to build:

AllowedValues:
      - "1.10"
      - "1.11"
      - "1.12"
      - "1.13"
      - "latest"

Currently 1.19 to 1.21 is supported, and "latest" is apparently not a valid kubernetes version (as per EKS). In addition, there is a logical error after you get to build the cluster with a supported version:
image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant