From d485b76fd90ab868aa7c0519e3df6456e2ee6a53 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Tue, 1 Sep 2020 18:46:51 +0100 Subject: [PATCH] updated kubectl_dnsutils.sh --- kubectl_dnsutils.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kubectl_dnsutils.sh b/kubectl_dnsutils.sh index f9f4a725..e2f98c35 100755 --- a/kubectl_dnsutils.sh +++ b/kubectl_dnsutils.sh @@ -23,6 +23,8 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" # shellcheck disable=SC2034,SC2154 usage_description=" Runs a quick tutum/dnsutils pod on Kubernetes to debug networking / dns + +Shares the same dnsutils pod for successive invocations of this script for speed " # used by usage() in lib/utils.sh