I'm trying to setup Jaeger Kubernetes Operator to deploy jaeger all-in-one 1.50 solution in testing environment. As stated in Jaeger documentation, I have to create a namespace and then launch the following command:
kubectl create -f https://github.com/jaegertracing/jaeger-operator/releases/download/v1.50.0/jaeger-operator.yaml -n observability
The link above is broken, any idea where I can find it?
I found the following github page exposing jaeger-operator yaml definition. Otherwise, there are several helm package to run all-in-one jaeger solution.