This message was deleted.
# general
s
This message was deleted.
b
you need to construct the Provider yourself - let me get you an example
🙏 1
here is an example in Go that you will be able to use to help you https://github.com/pulumi/examples/blob/master/aws-go-eks/main.go#L143
notice you need to construct a kubernetes Provider and then set the kubeconfig as part of it to allow interaction with the kubernetes cluster
b
There's a hard dependency on
aws-iam-authenticator
, is that going to work without kubectl? https://github.com/pulumi/examples/blob/master/aws-go-eks/main.go#L250
Only one way to make sure 😉
Thanks @broad-dog-22463
b
nps!
b
@bumpy-summer-9075 you can use
aws eks get-token
instead
❤️ 1
b
This is what I went for, posting here in case someone stumbles on it.
w
FWIW - https://github.com/pulumi/pulumi-eks/issues/11 is tracking adding this feature to the EKS package.
👍 1
b
I might look into contributing it, sounds like a good first issue. That being said, my main concern is whether to go with iam-authenticator, or going the
aws eks get-token
route
b
go with the eks get-token route please
👍 1