openshift / openshift-docs

OpenShift 3 and 4 product and community documentation
https://docs.openshift.com
Apache License 2.0
746 stars 1.74k forks source link

[enterprise-4.7] Issue in file service_mesh/v2x/prepare-to-deploy-applications-ossm.adoc #30997

Closed jwennerberg closed 3 years ago

jwennerberg commented 3 years ago

Which section(s) is the issue in?

Generating example traces and analyzing trace data

What needs fixing?

Fix how JAEGER_URL variable is set using the CLI. The route name and namespace is incorrect.

Should be: export JAEGER_URL=$(oc get route -n <control_plane_project> jaeger -o jsonpath='{.spec.host}')

JStickler commented 3 years ago

Closed via #31001