Not expected. But sounds similar to https://github.com/pulumi/pulumi/issues/2012. If you have additional details on repro steps, fee free to add them there so we can look into what is causing this.
Are you using
.get
to get the KubernetesCluster?
g
gray-city-50684
10/05/2018, 1:50 PM
No, I created the cluster from Pulumi code too
gray-city-50684
10/05/2018, 1:51 PM
export const k8sProvider = new k8s.Provider(“BZV2-K8S-Provider”, {
kubeconfig: k8sCluster.kubeConfigRaw,
});
gray-city-50684
10/05/2018, 2:35 PM
I added the details I can see to the issue
gray-city-50684
10/05/2018, 2:36 PM
I also saved the whole console output, if you would like to look at any other part of it (but it contains secrets, so I can’t share it in there). Hope it helps!