Hi everyone! Today, out of nowhere and without cha...
# general
c
Hi everyone! Today, out of nowhere and without changing anything, when doing pulumi up, pulumi complains about not being able to delete my Kubernetes cluster (Which I do not intend to delete), because it’s protected. How can I debug why Pulumi wants to delete it?
unable to replace resource "urn:pulumi:main::<org>::digitalocean:index/kubernetesCluster:KubernetesCluster:clusterName
I’d appreciate your help. Thanks!
i
When running up, ask to see details to see what is the diff that might be triggering the replacement
I think you can also see these details if you loving to Pulumi Cloud
c
you were right1 I just had to update the k8s version on the code and it worked
thanks!