We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 150a52e + 6ceccbd commit f339555Copy full SHA for f339555
.github/ISSUE_TEMPLATE/bug_report.md
@@ -37,7 +37,7 @@ This questions are the first thing we need to know to understand the context.
37
<!-- What do you think went wrong? -->
38
39
40
-**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`):
41
<!--
42
POD_NAMESPACE=ingress-nginx
43
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}')
0 commit comments