UNCLASSIFIED - NO CUI

Skip to content

Kiali Populate Tracing/Grafana Links

Micah Nagel requested to merge kiali-links into master

Adds population of the proper links based on the user's environment for Jaeger/Grafana.

  • Uses dig to attempt to get any overrides to the full VS address (i.e. gets the first value from .Values.jaeger.values.istio.jaeger.hosts)
  • Defaults to tracing/grafana.{{ .Values.hostname }}

Tested both with Helm templating and actual deployments, validated that this works and should accept the same value that will be populated to the Jaeger/Grafana VS.

Closes #596 (closed)

Closes #588 (closed)

Edited by Micah Nagel

Merge request reports