sparse-intern-71089
04/20/2021, 12:40 AMbillowy-army-68599
aws-iam-authenticator
is (I believe) deprecated. You can build a Pulumi provider from our EKS module pretty easily - which language SDK are you uisng?bumpy-summer-9075
04/20/2021, 12:49 AMbillowy-army-68599
bumpy-summer-9075
04/20/2021, 12:49 AMbumpy-summer-9075
04/20/2021, 12:50 AMbillowy-army-68599
kubeconfig
you want to use?bumpy-summer-9075
04/20/2021, 12:51 AMkubeconfig
output from that Terraform module but I don't even use that within Terraform (I used what I posted in the initial message) in the TF Kubernetes providerbumpy-summer-9075
04/20/2021, 12:53 AMbillowy-army-68599
aws eks update-kubeconfig --name <your cluster name> --kubeconfig /tmp/kube
which will generate you a kubeconfig
you can use pulumi-terraform to grab the outputs and build the provider manually like you do in terraformbumpy-summer-9075
04/20/2021, 12:55 AMyou can use pulumi-terraform to grab the outputs and build the provider manually like you do in terraformThis is exactly what I would like to do
bumpy-summer-9075
04/20/2021, 12:55 AMtoken
, the Pulumi one does not, so I don't know if this is doable at this timebillowy-army-68599
billowy-army-68599
bumpy-summer-9075
04/20/2021, 12:59 AMbillowy-army-68599
aws eks get-kubeconfig
it'll get you a valid kubernetes kubeconfig which you can pass to Pulumi, I would highly recommend that approachbumpy-summer-9075
04/20/2021, 1:05 AMaws eks update-kubeconfig
requires kubectl
)
Cheers 🙂