You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs in docs/TRACING.md refer to hardcoded versions of the jaeger-operator helm chart that is incompatible with more recent K8s versions.
We should cut everything from that documentation page that is not Unguard related (like the name of the jaeger-agent that has to match) and simply link to an up-to-date documentation page that explains how to install Jaeger on K8s like https://www.jaegertracing.io/docs/1.49/operator/ or similar.
We could also recommend not to use the operator, as it requires cert-manager in recent versions (which makes it more work to setup for something that will be used for local dev only anways) and just install the Jaeger helm chart using:
helm install jaeger jaegertracing/jaeger
I would also suggest getting rid of /k8s-templates/jaeger in the process.
The text was updated successfully, but these errors were encountered:
The docs in
docs/TRACING.md
refer to hardcoded versions of thejaeger-operator
helm chart that is incompatible with more recent K8s versions.We should cut everything from that documentation page that is not Unguard related (like the name of the
jaeger-agent
that has to match) and simply link to an up-to-date documentation page that explains how to install Jaeger on K8s like https://www.jaegertracing.io/docs/1.49/operator/ or similar.We could also recommend not to use the operator, as it requires
cert-manager
in recent versions (which makes it more work to setup for something that will be used for local dev only anways) and just install the Jaeger helm chart using:I would also suggest getting rid of
/k8s-templates/jaeger
in the process.The text was updated successfully, but these errors were encountered: