Hello! Was wondering if anyone has run into this i...
# general
a
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
yes, everyone unfortunately 🙂 you need to: update your aws cli version update your version of awsx to > 0.39 try again 🙂
a
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