Skip to content
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

feat(helm): Optionally add the operational UI #16317

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

cyriltovena
Copy link
Contributor

This adds operational UI support in helm.

The ui is not yet released so adding it disabled by default.

To test:

cd production/helm/loki
make update IMAGE=docker.io/grafana/loki:main-b5ad4f0 ARGS="--set loki.ui.enabled=true"                                                                                      

Then access via port-forward on any component (3100), or use the gateway (8080).

The ui is located at the /ui/ path. Doesn't support a configurable basename for now.

@cyriltovena cyriltovena requested a review from a team as a code owner February 17, 2025 09:58
@Jayclifford345 Jayclifford345 self-assigned this Feb 17, 2025
@Jayclifford345
Copy link
Contributor

Keeping notes for other testers. For a greenfield deployment:

cd production/helm/loki && \
helm dependency update && \
make install-distributed  IMAGE=docker.io/grafana/loki:main-b5ad4f0 ARGS="--set loki.ui.enabled=true"

@github-actions github-actions bot added the type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories label Feb 17, 2025
Copy link
Contributor

@Jayclifford345 Jayclifford345 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and LGTM! Once we confirm with the team we just need to update the Helm version and change log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/helm size/L type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants