so the cluster should not be deleted before k8s re...
# general
c
so the cluster should not be deleted before k8s resources
w
You can manually delete resources from the state file with
pulumi state delete <urn>
. https://pulumi.io/reference/cli/pulumi_state_delete.html
c
hups 😉 this is great
I exported the stack, delete the json, and import back the edited stack ...this was my workaroud
your suggestion is better 🙂 Thanks so much!