-
Notifications
You must be signed in to change notification settings - Fork 3.9k
feat(helm): Helm issue templates #18693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
7f495c6
added intstructions for how to upgrade zone-aware ingesters
Jayclifford345 4004a2d
added to _index
Jayclifford345 aca6514
added bucket name to test
Jayclifford345 7362cc3
feat(helm): added feat and issue templates
Jayclifford345 7015acb
Merge branch 'main' into helm-issue-template
Jayclifford345 fb646f5
Update .github/ISSUE_TEMPLATE/helm_issue.md
Jayclifford345 9c408c2
Update .github/ISSUE_TEMPLATE/helm_issue.md
Jayclifford345 1ec5517
fixed naming and slack channel
Jayclifford345 fc6b3ea
Merge branch 'helm-issue-template' of https://github.com/grafana/loki…
Jayclifford345 23082ca
Apply suggestions from code review
Jayclifford345 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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. | ||
Jayclifford345 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| 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 | ||
Jayclifford345 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| 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 | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.