From 4657fcd62c556cc61ac3a2565df5e308cd04a1d6 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Date: Thu, 20 Aug 2020 16:58:56 -0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 39 ++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..e26f725 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,39 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. Please do not use an Issue to ask for help deploying the stack in the cluster. Troubleshoot your cluster configuration first. + +**Troubleshooting** + +1. Which kind of Kubernetes cluster are you using? (Kubernetes, K3s, etc) +2. Are all pods in "Running" state? If any is in CrashLoopback or Error, check it's logs. +2. You cluster already works with other applications that have HTTP/HTTPS? If not, first deploy an example NGINX and test it's access thru the created URL. +3. If you enabled persistence, do your cluster already provides persistent storage (PVs) to other applications? +4. Does it provides dynamic storage thru StorageClass? + +**Customizations** + +1. Did you customize `vars.jsonnet`? Put the contents below: + +```jsonnet +# vars.jsonnet content +``` + +2. Did you change any other file? Put the contents below: + +```jsonnet +# file x.yz content +``` + +**What did you see when trying to access Grafana and Prometheus web GUI** +A clear and concise description with screenshots from the URLs and logs from the pods. + +**Additional context** +Add any other context about the problem here.