From 9231ed6f8fd616518da13e3544345179224645d4 Mon Sep 17 00:00:00 2001 From: Ben Meier Date: Fri, 10 May 2024 12:11:18 +0100 Subject: [PATCH] chore: faq note --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 54d1744..c1765f1 100644 --- a/README.md +++ b/README.md @@ -194,3 +194,7 @@ And DNS resources can be accessed on http://.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.