Skip to content
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

Invalid version for EKS #6

Open
aremedis opened this issue May 12, 2023 · 1 comment
Open

Invalid version for EKS #6

aremedis opened this issue May 12, 2023 · 1 comment

Comments

@aremedis
Copy link

/project/starter-code/zone1/modules/eks/eks.tf
/project/starter-code/zone2/modules/eks/eks.tf

resource "aws_eks_cluster" "cluster" { name = "${var.name}-cluster" version = "1.21" role_arn = aws_iam_role.eks_cluster_role.arn

Kubernetes 1.21 is EOL on AWS. This should be changed to 1.22 or newer.

@viirtueisaac
Copy link

2 months later and they've still not updated this.

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

No branches or pull requests

2 participants