0

Following this guide I I don't really see how to implement the operator with elasticsearch.

Ok, so I install the operator and after that follwing the example which is with :

apiVersion: jaegertracing.io/v1 

which is not supported by openshift as an api.

I just need to deploy jeager operator for with 1 elasticsearch, but this guide is quite confusing. Does anyone know a quick and easy guide on how to do it?

Danny
  • 147
  • 1
  • 13

1 Answers1

0

Did you install the operator on openshift using the instructions listed: https://github.com/jaegertracing/jaeger-operator#openshift ?

Did the operator start up ok, if you not were there errors in the log?

The Creating a new Jaeger Instance section starts with a link to some examples, including simple-prod.yaml, which creates a Jaeger instance that uses an Elasticsearch cluster at the specified URL.

You simply run:

oc create -f simple-prod.yaml
objectiser
  • 76
  • 1