Skip to content

Commit

Permalink
Added command to get Nginx versionq! (#7577)
Browse files Browse the repository at this point in the history
  • Loading branch information
kundan2707 authored Sep 9, 2021
1 parent 8b3a6f0 commit 7be4015
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`):

Expand Down

0 comments on commit 7be4015

Please sign in to comment.