-
I've been running the Jaeger operator from Helm chart 2.53.0 (app version 1.52.0) and all was fine, but after upgrading to 2.54.0 (app 1.57.0) I can't deploy jaeger instances anymore, the status of the instance always stays blank. Just to test, I downgraded via Helm to 2.53.0 and it immediately started working:
Helm is installed with all defaults. Any idea why this happens considering everything else remains the same? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Because clusterrole doesn't have permissions for "ingressclasses" on 2.54.0 When you manually add this "ingressclasses" permission to clusterrole it will start working. Related Issue: jaegertracing/helm-charts#549 |
Beta Was this translation helpful? Give feedback.
Because clusterrole doesn't have permissions for "ingressclasses" on 2.54.0
If you check the operator logs you can see the error about missing permission.
When you manually add this "ingressclasses" permission to clusterrole it will start working.
Related Issue: jaegertracing/helm-charts#549