Add --ignore-not-found to delete Supervisor app command

This commit is contained in:
Ryan Richard 2022-02-15 09:04:47 -08:00
parent 230e563ab7
commit f728ea743f
1 changed files with 2 additions and 1 deletions

View File

@ -710,7 +710,8 @@ If you would like to delete the resources created in this tutorial, you can use
# (including the GCP load balancer): # (including the GCP load balancer):
kubectl delete \ kubectl delete \
-f "https://get.pinniped.dev/{{< latestversion >}}/install-pinniped-supervisor.yaml" \ -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): # To uninstall cert-manager (assuming you already ran the above command):
kubectl delete -f \ kubectl delete -f \