diff --git a/kubernetes/kubectl_pods_dump_stats.sh b/kubernetes/kubectl_pods_dump_stats.sh index c7dd3fab096..c7278dfa706 100755 --- a/kubernetes/kubectl_pods_dump_stats.sh +++ b/kubernetes/kubectl_pods_dump_stats.sh @@ -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...