Skip to content

Commit

Permalink
auto update script
Browse files Browse the repository at this point in the history
  • Loading branch information
islandbitcoin committed Aug 18, 2023
1 parent 788ae5c commit 6cb2ba9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions reset-all.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash

kubectl delete deployments --all && \
kubectl delete rs --all && \
kubectl delete pods --all && \
kubectl delete svc --all && \
kubectl delete daemonsets --all && \
kubectl delete statefulsets --all && \
kubectl delete jobs --all && \
kubectl delete cronjobs --all && \
kubectl delete configmaps --all && \
kubectl delete secrets --all && \
echo "All resources deleted"

0 comments on commit 6cb2ba9

Please sign in to comment.