fancy-xylophone-7581
10/26/2022, 1:01 PMlimited-rainbow-51650
10/26/2022, 1:16 PMstatus
output: https://www.pulumi.com/registry/packages/aws/api-docs/eks/getcluster/#status_nodejs
3. compute the kubeconfig
which you can pass to the kubernetes.Provider
class similar to what we do in our EKS component: https://github.com/pulumi/pulumi-eks/blob/1884c3ce7bf362d5ab80eccc2ed4523cac348020/nodejs/eks/cluster.ts#L571-L589fancy-xylophone-7581
10/26/2022, 2:36 PMlimited-rainbow-51650
10/26/2022, 5:10 PMfancy-xylophone-7581
10/26/2022, 6:49 PMlimited-rainbow-51650
10/27/2022, 3:06 PMgetXXXX
functions you see in the provider SDKs. If you use the classes and instantiate them, it indicates that you want Pulumi to create and manage one for you.fancy-xylophone-7581
10/27/2022, 3:14 PM