Replies: 1 comment 3 replies
-
This would be a question for the helm-charts repo. Unfortunately, looks like I can't move this there. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to install Jaeger on openshift using Minishift and Helm by using below commands
helm repo add jaegertracing https://jaegertracing.github.io/helm-charts
helm install jaeger jaegertracing/jaeger
When seeing the Openshift console it was showing an error at Jaeger Collector,Query UI
Errors shown
at Cassandra : /usr/local/bin/docker-entrypoint.sh: line 35: /etc/cassandra/cassandra.yaml: Permission denied
at Jaeger collector and Query
: 2021/07/19 10:36:57 maxprocs: Leaving GOMAXPROCS=2: CPU quota undefined
{"level":"info","ts":1626691017.82801,"caller":"flags/service.go:117","msg":"Mounting metrics handler on admin server","route":"/metrics"}
{"level":"info","ts":1626691017.828087,"caller":"flags/service.go:123","msg":"Mounting expvar handler on admin server","route":"/debug/vars"}
{"level":"info","ts":1626691017.8286872,"caller":"flags/admin.go:105","msg":"Mounting health check on admin server","route":"/"}
{"level":"info","ts":1626691017.8287969,"caller":"flags/admin.go:111","msg":"Starting admin HTTP server","http-addr":":14269"}
{"level":"info","ts":1626691017.8288596,"caller":"flags/admin.go:97","msg":"Admin server started","http.host-port":"[::]:14269","health-status":"unavailable"}
2021/07/19 10:36:57 gocql: dns error: lookup jaeger-cassandra on 172.30.0.2:53: server misbehaving
{"level":"fatal","ts":1626691017.9041083,"caller":"command-line-arguments/main.go:75","msg":"Failed to init storage factory","error":"gocql: unable to create session: failed to resolve any of the provided hostnames","stacktrace":"main.main.func1\n\tcommand-line-arguments/main.go:75\ngithub.com/spf13/cobra.(*Command).execute\n\tgithub.com/spf13/[email protected]/command.go:838\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\tgithub.com/spf13/[email protected]/command.go:943\ngithub.com/spf13/cobra.(*Command).Execute\n\tgithub.com/spf13/[email protected]/command.go:883\nmain.main\n\tcommand-line-arguments/main.go:137\nruntime.main\n\truntime/proc.go:204"}
Below is the status of the components
Beta Was this translation helpful? Give feedback.
All reactions