-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
Which section(s) is the issue in?
In both Mesh installation sections (v1 and v2):
https://docs.openshift.com/container-platform/4.6/service_mesh/v1x/installing-ossm.html#jaeger-operator-install-elasticsearch_installing-ossm-v1x
https://docs.openshift.com/container-platform/4.6/service_mesh/v2x/installing-ossm.html#jaeger-operator-install-elasticsearch_installing-ossm
What needs fixing?
The documentation states the following when installing the Elasticsearch component:
If you have already installed the Elasticsearch Operator as part of OpenShift cluster logging, you do not need to install the Elasticsearch Operator again. The Jaeger Operator will create the Elasticsearch instance using the installed Elasticsearch Operator.
Which is later in contradiction with this step:
6. On the Install Operator page, select the A specific namespace on the cluster option and then select openshift-operators-redhat from the menu.
Because the Logging documentation states this, which is the correct configuration:
c. Ensure that the All namespaces on the cluster is selected under Installation Mode.
If an specific namespace is used, as stated by Mesh documentation, the Jaeger production setting that can be set here will not work as expected in order to use Elasticsearch as storage.
In summary, the Mesh docs regarding Elasticsearch installation should be fixed as follows, for example:
6. On the Install Operator page, select All namespaces on the cluster option and ensure that openshift-operators-redhat is selected under Installed Namespace.
Best Regards.