Skip to content

Commit

Permalink
chore: faq note
Browse files Browse the repository at this point in the history
  • Loading branch information
astromechza committed May 10, 2024
1 parent 59fadcb commit 9231ed6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,7 @@ And DNS resources can be accessed on http://<prefix>.localhost:8080, or using a
```
$ score-k8s resources get-outputs 'dns.default#demo-app.dns' --format '{{.host}}'
```

### Once I have provisioned a resource, how do I delete it or clean it up?

Resource cleanup has not been implemented yet. The only mechanism today is limited to deleting the Kubernetes manifests output by a template provisioner. As a workaround, the YAML structure in `.score-k8s/state.yaml` can be interpreted to determine what side effects need to be cleaned up.

0 comments on commit 9231ed6

Please sign in to comment.