Skip to content

Why can't see jaeger collector and query after create a jaeger instance with jaeger-operator helm chart? #2766

Discussion options

You must be logged in to vote

@iblancasa

Thank you for your comment.

I checked the logs in Jaeger operator then I found the rbac.clusterRole configuration is false by default.
So just use this command to install will fail: $ helm install my-release jaegertracing/jaeger-operator -n observability.
Why don't set its default value to true?

Parameter Description Default
-- -- --
rbac.clusterRole ClusterRole will be used by operator ServiceAccount false
-- -- --
$ kubectl logs my-release-jaeger-operator-78c98b5c69-jbnsp -n observability
...
2024-12-17T05:52:03Z	INFO	could not get a list of namespaces, disabling namespace controller. reason: namespaces is forbidden: User "system:serviceaccount:observability:my-…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@seikyo-cho-lvgs
Comment options

Answer selected by seikyo-cho-lvgs
@iblancasa
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants