From bc3150aa62be4b930e1402927368ed736294e345 Mon Sep 17 00:00:00 2001 From: Adrian Moisey Date: Mon, 22 Sep 2025 15:11:07 +0200 Subject: [PATCH] Update config/plugin/dns_problem.sh Co-authored-by: Dan Winship --- config/plugin/dns_problem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugin/dns_problem.sh b/config/plugin/dns_problem.sh index c31f7a66..231f6829 100755 --- a/config/plugin/dns_problem.sh +++ b/config/plugin/dns_problem.sh @@ -14,7 +14,7 @@ if ! command -v getent >/dev/null; then exit $UNKNOWN fi -# Return success if a DNS lookup to the Kubernetes host is successful +# Return success if a DNS lookup of the kubernetes service is successful if getent hosts "${KUBERNETES_SERVICE}" >/dev/null; then echo "DNS lookup to ${KUBERNETES_SERVICE} is working" exit $OK