diff --git a/kubectl_container_counts.sh b/kubectl_container_counts.sh index a48c44dd..02c86d5a 100755 --- a/kubectl_container_counts.sh +++ b/kubectl_container_counts.sh @@ -22,7 +22,7 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" # shellcheck disable=SC2034,SC2154 usage_description=" -Counts the number of Docker containers of each name runing on the current Kubernetes cluster and namespace +Counts the number of running Docker containers of each name on the current Kubernetes cluster in the current namespace Specify the --namespace or use --all-namespaces to get the total across all namespaces, including the kube-system containers