-
Notifications
You must be signed in to change notification settings - Fork 325
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
Helm 3.9.4 #1547
Helm 3.9.4 #1547
Conversation
5211922
to
7b42745
Compare
This reverts commit a448a75.
…1 in EKS module in terraform
7b42745
to
5461895
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most excellent!
@@ -54,7 +54,8 @@ module "eks" { | |||
count = var.cluster_count | |||
|
|||
source = "terraform-aws-modules/eks/aws" | |||
version = "17.20.0" | |||
version = "17.24.0" | |||
kubeconfig_api_version = "client.authentication.k8s.io/v1beta1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not blocking, but was curious what does this do? I see that it's related to the error that you mentioned but was wondering why this line fixes it?
Description:
This is to fix this kubeconfig apiVersion error we see in CI for AWS EKS. It started when aws-cli upgraded its stable version.
Changes proposed in this PR:
consul-helm-test
image to use latestaws-iam-authenticator
version 0.5.9 which matches aws-cliconsul-helm-test
image which has this fixterraform/aws/eks
to use version 17.24.0 so we can setkubeconfig_api_version = "client.authentication.k8s.io/v1beta1"
.How I've tested this PR:
How I expect reviewers to test this PR:
👀
Checklist: