Hello, wonder if there is any way to get more visi...
# kubernetes
b
Hello, wonder if there is any way to get more visibility on https://github.com/pulumi/pulumi/issues/4996 . It stops us from automating destroy/rebuild of clusters
👍 1
s
Hey James. Its sounding like an engine bug- the change in providers should trigger a replace for the k8s resources. Looks like you opened https://github.com/pulumi/pulumi-kubernetes/issues/1730 - thanks for doing that! Would you mind adding some code for your cluster? If not I will try to repro it today. As far as visibility - running a preview like this
pulumi -d --logflow --logtostderr -v=9 pre 2>&1 | tee /tmp/logs
should dump detailed logs from the engine and the provider in question.
The engine logs for the above would be hugely useful too
b
I'll see if I can reproduce it for you...