Skip to content

Commit

Permalink
Merge branch 'master' into fix/ct_gov
Browse files Browse the repository at this point in the history
  • Loading branch information
mfshao authored Jun 3, 2024
2 parents e42e76a + e319b3f commit 526ad6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gen3/bin/shutdown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ gen3_shutdown_namespace() {
(
export KUBECTL_NAMESPACE="$namespace"
g3kubectl delete --all deployments --now &
# Delete all StatefulSets
g3kubectl delete --all statefulsets --now &
# ssjdispatcher leaves jobs laying around when undeployed
g3kubectl delete --all "jobs" --now &
# ssjdispatcher leaves jobs laying around when undeployed
Expand Down

0 comments on commit 526ad6d

Please sign in to comment.