You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to start up a Jaeger instance some of the created pods crash out complaining about Elastic.
Example in simple-prod-collector (same error in simple-prod-query)
"Failed to init storage factory","error":"failed to create primary Elasticsearch client: health check timeout:
Head \"https://elastic-monitoring-es-http.monitoring-system.svc:9200\": read tcp ...
read: connection reset by peer no ElasticSearch node available
Of note is that Souheil was able to remove the ES configuration and have it run in memory to just check things out and it worked fine.
The text was updated successfully, but these errors were encountered:
ES service cannot be found by Jaeger-Operator spawned pods. Istio sidecarts injected into them successfully. Support ticket to CNS created: https://jirab.statcan.ca/browse/CLOUD-17384
After correctly configuring the ES service thanks to Will, we ran into an issue where the Jaeger Collector, a component created by the operator, was running into the following error: "msg":"Failed to create span writer","error":"elastic: Error 400 (Bad Request): unknown key [template] in the template
From #1462 (comment)
When trying to start up a Jaeger instance some of the created pods crash out complaining about Elastic.
Example in
simple-prod-collector
(same error insimple-prod-query
)Of note is that Souheil was able to remove the ES configuration and have it run in memory to just check things out and it worked fine.
The text was updated successfully, but these errors were encountered: