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

EKS kubeconfig api version mismatch #600

Closed
roderik opened this issue Aug 1, 2021 · 2 comments
Closed

EKS kubeconfig api version mismatch #600

roderik opened this issue Aug 1, 2021 · 2 comments
Labels
kind/bug Some behavior is incorrect or out of spec

Comments

@roderik
Copy link

roderik commented Aug 1, 2021

Steps to reproduce

  1. I deployed an eks cluster a while back, no configured version
  2. Upgraded it via te AWS console
  3. Tried to do something with pulumi, but it could no longer connect
  4. Had to change "apiVersion": "client.authentication.k8s.io/v1alpha1" to v1beta1 via manual stack export/import

Expected:
Actual:

@roderik roderik added the kind/bug Some behavior is incorrect or out of spec label Aug 1, 2021
@roderik
Copy link
Author

roderik commented Aug 1, 2021

Created a new 1.21 cluster, same issue: getting credentials: exec plugin is configured to use API version client.authentication.k8s.io/v1alpha1, plugin returned version client.authentication.k8s.io/v1beta1

@roderik
Copy link
Author

roderik commented Aug 1, 2021

Ow, found the closed issue #599

awscli 2.2.24 does not work! 2.2.5 does

@roderik roderik closed this as completed Aug 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

1 participant