UNCLASSIFIED - NO CUI

Skip to content

Make Kiali depend on Jaeger

Micah Nagel requested to merge kiali-jaeger-depends into master

Kiali uses Jaeger for traces. While this isn't a hard dependency (Kiali will startup without Jaeger connectivity), it still would be valuable to have this so that when Kiali comes up all features work.

Might be a bigger discussion on whether we only want dependsOn for "hard dependencies" (i.e. if something will not start without the dependency).

Merge request reports