Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
c
cuddly-eye-68174
12/22/2018, 9:53 AM
so the cluster should not be deleted before k8s resources
w
white-balloon-205
12/22/2018, 2:11 PM
You can manually delete resources from the state file with
pulumi state delete <urn>
.
https://pulumi.io/reference/cli/pulumi_state_delete.html
c
cuddly-eye-68174
12/22/2018, 4:10 PM
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!
Post