From d1ff845f4fbce99f588c1625b6effb9f71d53d41 Mon Sep 17 00:00:00 2001 From: Long Wu Yuan Date: Fri, 5 Nov 2021 19:11:53 +0530 Subject: [PATCH] changed text and added command (#7889) --- .github/ISSUE_TEMPLATE/bug_report.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 63a7bfbf6..66fba1fbf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -43,18 +43,19 @@ kubectl exec -it $POD_NAME -n $POD_NAMESPACE -- /nginx-ingress-controller --vers - **OS** (e.g. from /etc/os-release): - **Kernel** (e.g. `uname -a`): - **Install tools**: - - `Please mention how/where was clsuter created like kubeadm/kops/minikube/kind etc. ` + - `Please mention how/where was the cluster created like kubeadm/kops/minikube/kind etc. ` - **Basic cluster related info**: - `kubectl version` - `kubectl get nodes -o wide` - **How was the ingress-nginx-controller installed**: - - If helm was used then please show output of `helm ls -A` + - If helm was used then please show output of `helm ls -A | grep -i ingress` - If helm was used then please show output of `helm -n get values ` - - If helm was not used, then please explain how the ingress-nginx-controller was installed or copy/paste the command used to install the controller below + - If helm was not used, then copy/paste the complete precise command used to install the controller, along with the flags and options used - if you have more than one instance of the ingress-nginx-controller installed in the same cluster, please provide details for all the instances - **Current State of the controller**: + - `kubectl describe ingressclasses` - `kubectl -n get all -A -o wide` - `kubectl -n describe po ` - `kubectl -n describe svc `