Getting error while updating Promitor from 2.4.0 to 2.9.1 app version using helm #2337
-
We are trying to upgrade promitor from 2.4.0 to 2.9.0 (Helm chart is 2.5.1 to 2.10.1) but getting the below error : BackgroundService failed
Providing the Promitor-agent-scrapper.yaml user values`# Default values for promitor-agent-scraper. This is a YAML-formatted file.replicaCount: 1 nameOverride: "" image: azureAuthentication: metricSinks: Metric Declaration YAMLazureMetadata: To use your own secret, set createSecret to false and define the name/keys that your secret usescreateSecret: true service: health: resources: Role-based access controlhttps://kubernetes.io/docs/reference/access-authn-authz/rbac/rbac: If true, create & use RBAC resourcescreate: true If true, create & use Pod Security Policy resourcesref: https://kubernetes.io/docs/concepts/policy/pod-security-policy/podSecurityPolicyEnabled: false Service Account for podsref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/serviceAccount:
Please let us know if it can be fixed by updating this promitor-agent-scrapper.yaml or do we need to update anything? Ubuntu: 20.04.3 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Sorry, can you elaborate what is wrong? If you mean the task cancelation then that is likely just because of stopping an instance to use a new one instead |
Beta Was this translation helpful? Give feedback.
-
It seems there might be compatibility or configuration issues during the Promitor upgrade. Here's a quick checklist: Compatibility: Ensure Promitor 2.9.1 is compatible with your environment, including Kubernetes and Helm versions. Configuration: Review any changes in configuration between versions and update promitor-agent-scrapper.yaml accordingly. Error Handling: Investigate any background service failures or scheduled task issues mentioned in the error logs. Helm Installation: Check permissions and accessibility for pulling Docker images during manual Helm installation. Troubleshooting: Look for detailed logs to pinpoint the exact cause of the failure. If problems persist, consider reaching out to the Promitor community for assistance. Also, Crawlbase could be an alternative solution if it fits your needs. |
Beta Was this translation helpful? Give feedback.
Hi, I am able to fix this issue by updating the image tag to 2.9.1 and helm chart to 2.6.1 (One upgraded version from the previous one) and it seems to work. But whenever I am updating the helm chart to a newer version than 2.6.1 like 2.7.0 or 2.10.1, I was facing the above-mentioned error only. I wanted to know if anything changed after the 2.6.1 upgrade?