-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Jaeger Custom Resource not works #581
Comments
I'm having the same problem also using chart version 2.54.0 (upgrading to jaeger-operator v1.57) |
I can confirm this, maybe related to jaegertracing/jaeger-operator@c8b3e73? |
@kravciak sorry, I checked it late. now I've re-checked.
there is no the routes/custom-host resource in jaeger-operator clusterrole. |
I think you should change it doesn't have the ingressclasses and routes/custom-host resource. |
What happened?
I've installed jaeger-oprator latest version.
and then when I deploy jaeger resource, jaeger-collector and jaeger-query deployment resources don't create in kubernetes.
I've reinstalled jaeger-operator v2.53.0 and jaeger resource.
It's been working very well.
but jaeger-operator v2.54.0 is not working..
Below is jaeger-operator's logs.
It seems that Jaeger service accounts don't have the ingressClasses rules in the clusterrole.
I've added it to the clusterrole resources, and as a result, jaeger-collector and jaeger-query deployments have been created!
Steps to reproduce
Install the Jaeger-operator v2.54.0
Create the jaeger custom resource file.
Create the Jaeger custom resource
Check the Jaeger resource
there's no the jaeger-collector, jaeger-query
Check the Jaeger-operator logs
Add the ingressclasses rules in jaeger-operator clusterrole
Add the content below.
Check the Jaeger resources
A few minute later, you can see the jaeger-collector and Jaeger-query resources.
It works excellently as anticipated.
Expected behavior
When I set
rbac.cluster.Role
totrue
, it should work find without editing thejaeger-operator
cluster role.Relevant log output
No response
Screenshot
No response
Additional context
No response
Jaeger backend version
v1.57.0
SDK
No response
Pipeline
No response
Stogage backend
opensearch
Operating system
Linux
Deployment model
Kubernetes
Deployment configs
No response
The text was updated successfully, but these errors were encountered: