https://pulumi.com logo
b

busy-pizza-73563

03/27/2019, 11:53 AM
Also, shouldn't
k8s.Provider
have a
kubeconfig
field? I'm now forced to do
Copy code
const cluster = new eks.Cluster('cluster', { ... });
export const kubeconfig = (<any>cluster.provider).kubeconfig;