From d6284d16728063c870aa602e0585999607acbcaa Mon Sep 17 00:00:00 2001 From: Noelle Leigh <5957867+noelleleigh@users.noreply.github.com> Date: Thu, 23 Dec 2021 14:50:10 -0500 Subject: [PATCH] docs: fix typo'd executible name (#8041) In "Checking ingress controller version", the paragraph cites the incorrect name for the executable (the one in the code block is correct). This commit fixes that inconsistency. --- docs/deploy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy/index.md b/docs/deploy/index.md index b9ce87e5d..af29ef767 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -295,7 +295,7 @@ For more information about bare metal deployments (and how to use port 80 instea ### Checking ingress controller version -Run `ingress-nginx-controller --version` within the pod, for instance with `kubectl exec`: +Run `/nginx-ingress-controller --version` within the pod, for instance with `kubectl exec`: ```console POD_NAMESPACE=ingress-nginx