-
Notifications
You must be signed in to change notification settings - Fork 79
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
Error on run otel-collector-migrate-init: jobs.batch "signoz-schema-migrator" not found #363
Comments
Hello |
@prashant-shahi I think I've managed to reproduce the issue: I was not able to reproduce the issue in case I uninstall previously successfully installed chart, and try to reinstall. I've managed to reproduce the issue when I've uninstalled a chart, dropped the namespace with all the resources that chart was not able to delete (schema-migrator job also was not deleted by a helmchart), and install chart from scratch. The fix that works now for me as a workaround, is to create I assume it is somehow related to this |
@Vladimir-Kuchinskiy can you share versions of your Helm and signoz helm chart that is being used? |
@prashant-shahi I am using latest helm terraform provider |
I have the same issue.
|
Here is a temporary fix for helm terraform - set
|
I saw the same issue with 0.34.3 -> 0.35.2 upgrade, the I'm using Pulumi and also "solved" this by setting |
Also seeing this when upgrading from chart |
I get this everytime I try to change anything, using
Everytime i try to update a live installation with new helm-values i get the error. |
I'm experiencing this issue as well using a helm install. It looks like it was caused when I messed up the first install, removed it using helm, then tried to reinstall. |
I faced the same problem upgrading from chart version |
I'm having same issue. Im not using terraform to install/upgrade signoz chart. Im doing it with helm directly. I installed 0.54.2, after couple of changes in values.yaml, I tried upgrade but it fails. Init containers in otel-collector and otel-collector-metrics keep throwing ExitCode: 1 with an issue |
Error on run otel-collector-migrate-init:
signoz-otel-collector-migrate-init Error from server (NotFound): jobs.batch "signoz-schema-migrator" not found
No more logs. The pod crashes with this message
Helm chart version: 0.31.1
signoz/signoz-otel-collector version: 0.88.3
The text was updated successfully, but these errors were encountered: