Skip to content

Commit

Permalink
Dump cluster state on cleanup failure
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson authored Mar 29, 2024
1 parent d7a33a1 commit 20eabb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/cleanup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ weight: 99
```bash timeout=900
$ prepare-environment
$ sleep 60
$ kubectl delete -k /eks-workshop/manifests/base-application --all
$ kubectl delete -k /eks-workshop/manifests/base-application --all || kubectl get all -A
$ sleep 60
```

0 comments on commit 20eabb3

Please sign in to comment.