From f728ea743f2d28737dc3baa28de93da73653eece Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Tue, 15 Feb 2022 09:04:47 -0800 Subject: [PATCH] Add --ignore-not-found to delete Supervisor app command --- site/content/docs/tutorials/concierge-and-supervisor-demo.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/content/docs/tutorials/concierge-and-supervisor-demo.md b/site/content/docs/tutorials/concierge-and-supervisor-demo.md index f545a243..394d3166 100644 --- a/site/content/docs/tutorials/concierge-and-supervisor-demo.md +++ b/site/content/docs/tutorials/concierge-and-supervisor-demo.md @@ -710,7 +710,8 @@ If you would like to delete the resources created in this tutorial, you can use # (including the GCP load balancer): kubectl delete \ -f "https://get.pinniped.dev/{{< latestversion >}}/install-pinniped-supervisor.yaml" \ - --kubeconfig supervisor-admin.yaml + --kubeconfig supervisor-admin.yaml \ + --ignore-not-found # To uninstall cert-manager (assuming you already ran the above command): kubectl delete -f \