https://pulumi.com logo
b

breezy-bear-50708

10/04/2021, 12:56 PM
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

sparse-park-68967

10/04/2021, 7:35 PM
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

breezy-bear-50708

10/05/2021, 10:00 AM
I'll see if I can reproduce it for you...
4 Views