-
Notifications
You must be signed in to change notification settings - Fork 939
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
Authentication with AWS broke with version 1.24 #1210
Comments
@azacchino: This issue is currently awaiting triage. SIG CLI takes a lead on issue triage for this repo, but any Kubernetes member can accept issues by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I am getting something similarly related switching from v1.23.6 to https://storage.googleapis.com/kubernetes-release/release/stable.txt which currently is v1.24.0. aws eks update-kubeconfig --name ${EKS_CLUSTER_NAME} --region ${REGION}
kubectl version I get
|
Same issue here |
Probably related to this deprecation https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.24.md#deprecation
|
Running into the same scenario on our EKS deployments from Github Actions:
I was able to recreate by locally upgrading to kubectl 1.24 and running |
Same issue here. :(. |
I've you're using homebrew on a Mac you can downgrade with:
|
We have a fix on aws cli for this bug: |
I can confirm that this issue is fixed in from |
This issue has been tracked in aws/aws-cli#6920 and it looks that this is not a bug regarding kubectl. Thus, I'm closing that issue. If you think, there still is something related to kubectl, feel free re-open this issue again. /close |
@ardaguclu: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What happened:
After update kubectl to 1.24 from 1.23 i get the message
when I try to perform any operation.
What you expected to happen:
ex: list pods
How to reproduce it (as minimally and precisely as possible):
.kube/config
Anything else we need to know?:
Environment:
kubectl version
): client 1.24 Server: 1.22cat /etc/os-release
Ubuntu 20.04.4 LTSThe text was updated successfully, but these errors were encountered: