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
d5fd674313
commit
d6284d1672
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
|
### 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
|
```console
|
||||||
POD_NAMESPACE=ingress-nginx
|
POD_NAMESPACE=ingress-nginx
|
||||||
|
|
Loading…
Reference in a new issue