Added command to get Nginx versionq! (#7577)
This commit is contained in:
parent
8b3a6f0252
commit
7be4015e13
1 changed files with 7 additions and 1 deletions
8
.github/ISSUE_TEMPLATE/bug_report.md
vendored
8
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -27,7 +27,13 @@ This questions are the first thing we need to know to understand the context.
|
|||
|
||||
-->
|
||||
|
||||
**NGINX Ingress controller version**:
|
||||
**NGINX Ingress controller version** (exec into the pod and run nginx-ingress-controller --version.):
|
||||
<!--
|
||||
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}')
|
||||
|
||||
kubectl exec -it $POD_NAME -n $POD_NAMESPACE -- /nginx-ingress-controller --version
|
||||
-->
|
||||
|
||||
**Kubernetes version** (use `kubectl version`):
|
||||
|
||||
|
|
Loading…
Reference in a new issue