We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/linkerd/website/blob/main/linkerd.io/content/2.12/tasks/grafana.md?plain=1#L53-L74 The setting for grafana should be
grafana.ini: server: root_url: '%(protocol)s://%(domain)s:%(http_port)s/grafana/' serve_from_sub_path: true
otherwise if not using port
grafana.ini: server: root_url: '%(protocol)s://%(domain)s:/grafana/' serve_from_sub_path: true
so the grafana.url should be below
grafana.url
linkerd viz install --set grafana.url=grafana.grafana \ | kubectl apply -f -
doesn't need port
The text was updated successfully, but these errors were encountered:
I'd like to work on this issue
Sorry, something went wrong.
No branches or pull requests
https://github.com/linkerd/website/blob/main/linkerd.io/content/2.12/tasks/grafana.md?plain=1#L53-L74
The setting for grafana should be
otherwise if not using port
so the
grafana.url
should be belowlinkerd viz install --set grafana.url=grafana.grafana \ | kubectl apply -f -
doesn't need port
The text was updated successfully, but these errors were encountered: