Replies: 1 comment 5 replies
-
The flag |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the jaeger operator v1.22.1 to create a jaeger instance with self provisioned elasticsearch. I get this message
level=warning msg="An Elasticsearch cluster should be provisioned, but provisioning is disabled for this Jaeger Operator" instance=jaeger namespace=istio-system
from the jaeger pod.I might need to set the flag
--es-provision=true
, but I can not find a place to do so.Here is my crd yaml:
Beta Was this translation helpful? Give feedback.
All reactions