is anyone getting this error `Kubeconfig user entr...
# kubernetes
s
is anyone getting this error
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.
I recently upgraded my local kubectl to 1.24, so i've had to upgrade my awscli to 2.6.3 (released in the past few days)
b
@square-car-84996 which version of pulumi-eks are you using? this was fixed in 0.38
s
0.33 ... so that makes sense... thought
yarn upgrade
would handle that for me. Thought it appears 0.38 isn't released yet, the latest released version is 0.37.1
a
@square-car-84996 you should be able to download it now
s
This was actually caused by aws cli lagging behind on the migration of the api version above. Looks like it has been fixed: https://github.com/aws/aws-cli/issues/6920. You will want to use the update instructions there to update your aws-cli
s
i've already updated aws-cli... just needed the pulumi-eks update
s
It is being released momentarily, apologies for the delay