GitHub: Fix exec
in issue template. (#12386)
This commit is contained in:
parent
6f868cbc4e
commit
6ceccbd67b
1 changed files with 1 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -37,7 +37,7 @@ This questions are the first thing we need to know to understand the context.
|
||||||
<!-- What do you think went wrong? -->
|
<!-- What do you think went wrong? -->
|
||||||
|
|
||||||
|
|
||||||
**NGINX Ingress controller version** (exec into the pod and run nginx-ingress-controller --version.):
|
**NGINX Ingress controller version** (exec into the pod and run `/nginx-ingress-controller --version`):
|
||||||
<!--
|
<!--
|
||||||
POD_NAMESPACE=ingress-nginx
|
POD_NAMESPACE=ingress-nginx
|
||||||
POD_NAME=$(kubectl get pods -n $POD_NAMESPACE -l app.kubernetes.io/name=ingress-nginx --field-selector=status.phase=Running -o jsonpath='{.items[0].metadata.name}')
|
POD_NAME=$(kubectl get pods -n $POD_NAMESPACE -l app.kubernetes.io/name=ingress-nginx --field-selector=status.phase=Running -o jsonpath='{.items[0].metadata.name}')
|
||||||
|
|
Loading…
Reference in a new issue