From ac814833e1077a73f4b2ba493c24ae184d8e587b Mon Sep 17 00:00:00 2001 From: fpetkovski Date: Tue, 27 Jul 2021 13:49:46 +0200 Subject: [PATCH 1/2] Add bug template --- .github/ISSUE_TEMPLATE/bug_report.md | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 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 00000000..97076474 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Report a bug encountered while running prometheus-adapter +title: '' +labels: kind/bug +assignees: '' + +--- + + + +**What happened?**: + +**What did you expect to happen?**: + +**Please provide the prometheus-adapter config**: + +**Please provide the HPA status**: + +**Please provide the prometheus-adapter logs with -v=6 around the time the issue happened**: + +**Anything else we need to know?**: + +**Environment**: +- prometheus-adapter version: +- prometheus version: +- Kubernetes version (use `kubectl version`): +- Cloud provider or hardware configuration: +- Other info: From 3288fb9d417131388c5840509a457fcfe0ecaac1 Mon Sep 17 00:00:00 2001 From: fpetkovski Date: Thu, 12 Aug 2021 10:28:35 +0200 Subject: [PATCH 2/2] Add collapsible blocks --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 97076474..ed4d597e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,10 +17,30 @@ If the matter is security related, please disclose it privately see https://gith **What did you expect to happen?**: **Please provide the prometheus-adapter config**: +
+prometheus-adapter config + + + +
+ +**Please provide the HPA resource used for autoscaling**: +
+HPA yaml + + + +
**Please provide the HPA status**: **Please provide the prometheus-adapter logs with -v=6 around the time the issue happened**: +
+prometheus-adapter logs + + + +
**Anything else we need to know?**: