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.
This commit is contained in:
parent
faf6724f19
commit
ca801b45fd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue