This message was deleted.
# general
s
This message was deleted.
e
I've exported both the provider and the kubeconfig, in case that helps
found it:
Copy code
const clusterStack = new pulumi.StackReference(clusterStackName);
const k8sProvider  = new k8s.Provider("k8s", { kubeconfig: clusterStack.getOutput("kubeconfig").apply(JSON.stringify) });