Below issue seems to still be there `initialize d...
# kubernetes
f
Below issue seems to still be there
initialize discovery client: exec plugin: invalid apiVersion "<http://client.authentication.k8s.io/v1alpha1|client.authentication.k8s.io/v1alpha1>
stacks: pulumi/pulumi:3.35.0
b
@few-pillow-1133 • what pulumi-awsx version are you using? • what kubectl version are you using? • what aws cli version are you using?
f
All from the docker image
Copy code
aws version: aws-cli/2.7.10 Python/3.9.11 Linux/5.4.109+ exe/x86_64.debian.11 prompt/off
Copy code
node version: v16.15.1
Copy code
kubectl version: Client Version: <http://version.Info|version.Info>{Major:"1", Minor:"24", GitVersion:"v1.24.2", GitCommit:"f66044f4361b9f1f96f0053dd46cb7dce5e990a8", GitTreeState:"clean", BuildDate:"2022-06-15T14:22:29Z", GoVersion:"go1.18.3", Compiler:"gc", Platform:"linux/amd64"}
Copy code
Kustomize Version: v4.5.4
Copy code
pulumi version: v3.35.0
cc: @billowy-army-68599
b
sorry what pulumi-eks version?
f
0.37.1
b
that's the problem. please update to
0.40.0
👍 1
f
if we go to 0.40.0 for the eks-provider, is it required that we go
v5.x.x
for the aws provider? that v5 aws upgrade has a lot of big new things that make upgrading challenging
b
yes, but we kept this backwards compatible
across most of the breaking changes in the terraform provider
1