This message was deleted.
# typescript
s
This message was deleted.
😿 1
2
g
I don’t think it’s possible to directly import the cluster using the EKS package, because it’s a ComponentResource (the subresources are actual cloud resources, but the top level cluster is just an abstraction). @billowy-army-68599 might have more insight here
😪 1
s
Thanks Levi 🙂 do you have any advice to import the kubeconfig from an existing cluster?
g
I’m not quite sure what you mean by importing the kubeconfig, but you can access any k8s cluster using the Provider resource, and setting the kubeconfig argument there. https://www.pulumi.com/docs/reference/pkg/kubernetes/provider/
👍 1