feat(helm): Helm issue templates (#18693)
Signed-off-by: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com> Co-authored-by: Jan-Otto Kröpke <mail@jkroepke.de> Co-authored-by: J Stickler <julie.stickler@grafana.com>
This commit is contained in:
co-authored by
Jan-Otto Kröpke
J Stickler
parent
d0e0d1a4e4
commit
e0ec8153a3
@@ -0,0 +1,75 @@
|
||||
name: Loki Helm Chart Feature Request
|
||||
description: Suggest an idea for the Loki Helm chart
|
||||
title: "[loki] Helm Feature Request Title"
|
||||
labels: [enhancement, area/helm]
|
||||
assignees:
|
||||
-
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this feature request for the Loki Helm chart!
|
||||
|
||||
For general Loki usage questions, please use the [Grafana Community Slack](https://slack.grafana.com/) and join the `#loki` channel. This issue template is for feature requests specific to the Loki Helm chart.
|
||||
|
||||
- type: input
|
||||
id: chart-name
|
||||
attributes:
|
||||
label: Which chart?
|
||||
description: Enter the name of the chart for this feature request (e.g., loki, loki-stack, loki-distributed). Note we only `officially` support the `loki` chart.
|
||||
placeholder: loki
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: deployment-mode
|
||||
attributes:
|
||||
label: What's your Loki deployment mode?
|
||||
description: Select the deployment mode this feature request relates to.
|
||||
options:
|
||||
- Single Binary (monolithic)
|
||||
- Simple Scalable (read, write, backend components)
|
||||
- Distributed (all components separated)
|
||||
- All deployment modes
|
||||
- Not applicable
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: desc
|
||||
attributes:
|
||||
label: Is your feature request related to a problem ?
|
||||
description: Give a clear and concise description of what the problem is.
|
||||
placeholder: For example, I'm always frustrated when [...]
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: prop-solution
|
||||
attributes:
|
||||
label: Describe the solution you'd like.
|
||||
description: A clear and concise description of what you want to happen.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: alternatives
|
||||
attributes:
|
||||
label: Describe alternatives you've considered.
|
||||
description: A clear and concise description of any alternative solutions or features you've considered. If nothing, please enter `NONE`.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: additional-ctxt
|
||||
attributes:
|
||||
label: Additional context.
|
||||
description: |
|
||||
Add any other context about the feature request here, such as:
|
||||
- Use case details or user stories
|
||||
- Configuration examples or desired values.yaml changes
|
||||
- Related Loki features or components
|
||||
- Links to relevant documentation or discussions
|
||||
- Screenshots or mockups if applicable
|
||||
validations:
|
||||
required: false
|
||||
@@ -0,0 +1,127 @@
|
||||
name: Loki Helm Chart Bug Report
|
||||
description: Create a report to help us improve
|
||||
title: "[loki] Helm Issue Request Title"
|
||||
labels: [bug, area/helm]
|
||||
assignees:
|
||||
-
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report for the Loki Helm chart! Please be cautious with any sensitive information/logs while filing your issue.
|
||||
|
||||
For general Loki usage questions, please use the [Grafana Community Slack](https://slack.grafana.com/) and join the `#loki` channel. This issue template is for bugs specific to the Loki Helm chart.
|
||||
- type: textarea
|
||||
id: desc
|
||||
attributes:
|
||||
label: Describe the bug, providing a clear and concise description of what the bug is.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: helm-version
|
||||
attributes:
|
||||
label: What's your helm version?
|
||||
description: Enter the output of `$ helm version`.
|
||||
placeholder: Copy paste the entire output of the above.
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: kubectl-version
|
||||
attributes:
|
||||
label: What's your kubectl version?
|
||||
description: Enter the output of `$ kubectl version`.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: chart-name
|
||||
attributes:
|
||||
label: Which chart?
|
||||
description: Enter the name of the chart where you encountered this bug (e.g., loki, loki-stack, loki-distributed). Note we only `officially` support the `loki` chart.
|
||||
placeholder: loki
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: chart-version
|
||||
attributes:
|
||||
label: What's the chart version?
|
||||
description: Enter the version of the chart where you encountered this bug.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: deployment-mode
|
||||
attributes:
|
||||
label: What's your Loki deployment mode?
|
||||
description: Select the deployment mode you're using.
|
||||
options:
|
||||
- Single Binary (monolithic)
|
||||
- Simple Scalable (read, write, backend components)
|
||||
- Distributed (all components separated)
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: What happened?
|
||||
description: Enter exactly what happened.
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: what-expected
|
||||
attributes:
|
||||
label: What you expected to happen?
|
||||
description: Enter what you expected to happen.
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: how-to-reproduce
|
||||
attributes:
|
||||
label: How to reproduce it?
|
||||
description: As minimally and precisely as possible.
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: changed-values
|
||||
attributes:
|
||||
label: Enter the changed values of values.yaml?
|
||||
description: Please enter only values which differ from the defaults. Enter `NONE` if nothing's changed. Include any Loki configuration, storage, authentication, or resource settings you've modified.
|
||||
render: yaml
|
||||
placeholder: |
|
||||
loki:
|
||||
auth_enabled: true
|
||||
minio:
|
||||
enabled: true
|
||||
gateway:
|
||||
enabled: true
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: helm-command
|
||||
attributes:
|
||||
label: Enter the command that you execute and failing/misfunctioning.
|
||||
description: Enter the command as-is as how you executed.
|
||||
placeholder: helm install my-loki grafana/loki --version 6.34.0 --values values.yaml
|
||||
render: shell
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: anything-else
|
||||
attributes:
|
||||
label: Anything else we need to know?
|
||||
description: |
|
||||
Include any relevant information such as:
|
||||
- Kubernetes cluster details (version, provider)
|
||||
- Storage backend being used (filesystem, S3, GCS, Azure, etc.)
|
||||
- Log volume or specific error messages
|
||||
- Related components (Grafana, Alloy, Promtail, etc.)
|
||||
validations:
|
||||
required: false
|
||||
Reference in New Issue
Block a user