Skip to content
Snippets Groups Projects
Commit 3394d995 authored by Maarten de Waard's avatar Maarten de Waard :angel: Committed by Arie Peterson
Browse files

Use `kubectl delete all` in restore instructions

parent 4f05ab21
No related branches found
No related tags found
No related merge requests found
......@@ -103,10 +103,7 @@ the following commands:
flux suspend kustomization $app
flux suspend helmrelease -n stackspin-apps $app
kubectl delete service -n stackspin-apps -l stackspin.net/backupSet=$app
kubectl delete deployment -n stackspin-apps -l stackspin.net/backupSet=$app
kubectl delete statefulset -n stackspin-apps -l stackspin.net/backupSet=$app
kubectl delete persistentvolumeclaim -n stackspin-apps -l stackspin.net/backupSet=$app
kubectl delete all -n stackspin-apps -l stackspin.net/backupSet=$app
velero restore create arbitrary-name-of-restore-operation --from-backup=$backup -l stackspin.net/backupSet=$app
# At this point, please first wait for the restore operation to finish, see
# text below.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment