https://pulumi.com logo
#general
Title
# general
a

adamant-minister-95586

05/13/2022, 2:38 AM
Hello! Was wondering if anyone has run into this issue using EKS
Copy code
Kubeconfig user entry is using deprecated API version <http://client.authentication.k8s.io/v1alpha1|client.authentication.k8s.io/v1alpha1>. Run 'aws eks update-kubeconfig' to update.
error: exec plugin: invalid apiVersion "<http://client.authentication.k8s.io/v1alpha1|client.authentication.k8s.io/v1alpha1>"
 
    error: update failed
I was attempting to locate my kubeconfig but theres no config file or directory in
~./kube
so now I'm stuck
b

billowy-army-68599

05/13/2022, 2:49 AM
yes, everyone unfortunately 🙂 you need to: update your aws cli version update your version of awsx to > 0.39 try again 🙂
a

adamant-minister-95586

05/13/2022, 2:51 AM
I'm on
aws-cli/2.6.4
and
"@pulumi/awsx": "^0.40.0"
I just installed everything today
unless my aws-cli v is not correct
Looks like I have to wait for https://github.com/pulumi/pulumi-eks/pull/701
5 Views