Skip to content

Commit

Permalink
updated kubectl_pods_dump_all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Aug 29, 2024
1 parent 4d78bfb commit c0415f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kubernetes/kubectl_pods_dump_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,9 @@ for ((i=1; i <= num_iterations; i++)); do
echo
done
timestamp "All dump iterations completed"
echo >&2
timestamp "Tarring $support_bundle_dir"
cd ..
tarball="$support_bundle_dir.tar.gz"
tar czvf "$tarball" "$support_bundle_dir"
timestamp "Support bundle ready: $tarball"

0 comments on commit c0415f4

Please # to comment.