pulumi / pulumi-eks

A Pulumi component for easily creating and managing an Amazon EKS Cluster
https://www.pulumi.com/registry/packages/eks/
Apache License 2.0
168 stars 77 forks source link

Construct K8S provider in a plain-resource returning method #896

Open t0yv0 opened 11 months ago

t0yv0 commented 11 months ago

Hello!

Issue details

Once https://github.com/pulumi/pulumi/issues/12709 is solved in core Pulumi, it opens a possibility for eks.Cluster to have a method that returns a fully configured K8S explicit Provider instance that can be used to construct K8S resources in the same program. Consider adding the feature.

Related:

Affected area/feature

bryantbiggs commented 4 months ago

@rquitales it seems that https://github.com/pulumi/pulumi/issues/12709 is resolved now, any update on when this will be implemented. I am really struggling to create a K8s provider from EKS to deploy Helm charts