mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
Add collapsible blocks
This commit is contained in:
parent
ac814833e1
commit
3288fb9d41
1 changed files with 20 additions and 0 deletions
20
.github/ISSUE_TEMPLATE/bug_report.md
vendored
20
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -17,10 +17,30 @@ If the matter is security related, please disclose it privately see https://gith
|
||||||
**What did you expect to happen?**:
|
**What did you expect to happen?**:
|
||||||
|
|
||||||
**Please provide the prometheus-adapter config**:
|
**Please provide the prometheus-adapter config**:
|
||||||
|
<details open>
|
||||||
|
<summary>prometheus-adapter config</summary>
|
||||||
|
|
||||||
|
<!--- INSERT config HERE --->
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
**Please provide the HPA resource used for autoscaling**:
|
||||||
|
<details open>
|
||||||
|
<summary>HPA yaml</summary>
|
||||||
|
|
||||||
|
<!--- INSERT yaml HERE --->
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
**Please provide the HPA status**:
|
**Please provide the HPA status**:
|
||||||
|
|
||||||
**Please provide the prometheus-adapter logs with -v=6 around the time the issue happened**:
|
**Please provide the prometheus-adapter logs with -v=6 around the time the issue happened**:
|
||||||
|
<details open>
|
||||||
|
<summary>prometheus-adapter logs</summary>
|
||||||
|
|
||||||
|
<!--- INSERT logs HERE --->
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
**Anything else we need to know?**:
|
**Anything else we need to know?**:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue