Skip to content

Commit

Permalink
updated kubectl_pods_dump_stats.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Aug 29, 2024
1 parent 609d6f1 commit 6c92ecb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kubernetes/kubectl_pods_dump_stats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ while read -r pod; do
# shellcheck disable=SC2015
timestamp "Running stats commands on pod: $pod" &&
output_file="kubectl-pod-stats.$(date '+%F_%H%M').$pod.txt" &&
echo &&
# Copied from ../bin/dump_stats.sh for servers
#
# Most of these won't be available inside a pod, but we can only try...
Expand Down

0 comments on commit 6c92ecb

Please # to comment.