Hi! :slightly_smiling_face: We’ve been using `pulu...
# general
e
Hi! 🙂 We’ve been using
pulumi-eks
for a while and we’ve got the following exception during a regular
pulumi up
Copy code
error: Error: Command failed: kubectl patch deployment coredns -n kube-system --type json -p='[{"op":"replace","path":"/spec/template/metadata/annotations/eks.amazonaws.com~1compute-type","value":"fargate"}]'
error: exec plugin: invalid apiVersion "<http://client.authentication.k8s.io/v1alpha1|client.authentication.k8s.io/v1alpha1>"
I believe it might be related to the following fresh
aws-cli
issue here: https://github.com/aws/aws-cli/issues/6920 Any idea? Thanks 🙂