jaegertracing / jaeger-openshift

Support for deploying Jaeger into OpenShift
https://jaegertracing.io/
Apache License 2.0
57 stars 37 forks source link

Configure ES serviceaccount #68

Closed pavolloffay closed 6 years ago

pavolloffay commented 6 years ago
$ oc adm policy add-role-to-user view -z elasticsearch
$ oc env statefulset/elasticsearch NAMESPACE=`oc project -q`

Without this ES nodes do not know about each other. e.g. some node has data some not.