Add --ignore-not-found to delete Supervisor app command
This commit is contained in:
parent
230e563ab7
commit
f728ea743f
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user