-
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
jagger-operator 1.32.0 fails to start successfully #351
Comments
@LP0101, checking with you as you updated the helm chart for 1.32.0. Did you face the above issue? If so, can you please share the steps for resolution. |
Looks like there was an issue when I tested the upgrade, it appears to be broken for me as well. I'll try and resolve the issues, see if I can spot what's actually going wrong. Will update the thread if I figure it out |
Thanks @LP0101 . Hope the templates also would be updated to have certmanager and webhook changes required for 1.32.0 |
@LP0101 Any update on this? |
Hello, I've got the same issue. Any updates on this? |
The CRD in the chart is very old and the chart hasn't been updated to use cert-manager, as is required by the new CRD. I don't get who approved this release? |
Any news on this @LP0101 ? |
+1 |
Any updates? |
Still facing this issue. Any updates or anyone managed to resolve this ? |
- Add helm chart for Jaeger Operator - Add Jaeger Operator to Verrazzano custom resource - Add install/upgrade/uninstall of Jaeger Operator - Add Jaeger Operator as an optional component and disabled by default - Add acceptance tests for Jaeger Operator Note that jaeger-operator does not come up successfully due to jaegertracing/helm-charts#351. Also jaeager-operator image is not yet available in ghcr.io/verrazzano repo.
any update? I've got the same issue |
same, its broken |
Same for me. |
Same |
Same for me. Is there an expected update schedule? Looks like the kustomize manifests are up to date due to Kubebuilder but the Helm chart for jaeger-operator fell behind. |
any maintainer for this chart ? have we reached a point that this chart just reached its end of life ? |
Any update? Is Jaeger dead? |
This should be resolved now. Check |
@czomo Thank you! |
Thanks @czomo. It is working fine now. I have a question regarding the compatibility. Can we use the 2.32.2 helm chart for installing jaeger-operator 1.32.0 as well? I tried the following and it seemed to work fine. Looking for a confirmation for the same.
|
@czomo Got it, thanks. So, there is no helm-chart version currently available that supports jaeger-operator 1.32.0. Are there any plans to patch 2.31.0 to make it work with 1.32.0? |
Describe the bug
Trying to install jagger-operator 1.32.0 using jaeger-operator-2.30.0 helm chart. Following error is seen in the jaeger-operator POD logs:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected to see no errors in the jaeger-operator logs.
Screenshots
NA
Version (please complete the following information):
What troubleshooting steps did you try?
Not found any relevant troubleshooting steps in https://www.jaegertracing.io/docs/latest/troubleshooting/ for the error seen above.
Tried to install using jaeger-operator.yaml file specified at https://www.jaegertracing.io/docs/1.32/operator/#installing-the-operator-on-kubernetes. The operator comes up successfully. Issue is seen only when using the helm chart.
Additional context
The same steps work for installing jaeger-operator 1.30.0 using jaeger-operator-2.29.0 helm chart.
The text was updated successfully, but these errors were encountered: