Upgrading Helm and Overriding Unsupported Autoscaling Version
TLDR Vishnu encountered an error upgrading helm due to an unsupported autoscaling version. Srikanth suggested using override-values.yaml to change it.
Powered by Struct AI
3
3mo
Solved
Jun 22, 2023 (3 months ago)
Vishnu
Vishnu
11:23 AMHi Team,
Getting the following error while trying to upgrade helm
Current K8s version is 1.26.
I see that autoscaling/v2beta2 is not supported in 1.26, but how can i override this.
Getting the following error while trying to upgrade helm
Error: UPGRADE FAILED: unable to build kubernetes objects from current release manifest: resource mapping not found for name: "my-release-signoz-frontend" namespace: "platform" from "": no matches for kind "HorizontalPodAutoscaler" in version "autoscaling/v2beta2"
ensure CRDs are installed first
Current K8s version is 1.26.
I see that autoscaling/v2beta2 is not supported in 1.26, but how can i override this.
Srikanth
Srikanth
12:20 PMSee this https://github.com/SigNoz/charts/pull/220. You should be able to change this with override-values.yaml
Jun 23, 2023 (3 months ago)
Vishnu
Vishnu
09:16 AMThanks Srikanth, will try this and check
SigNoz Community
Built with ClickHouse as datastore, SigNoz is an open-source APM to help you find issues in your deployed applications & solve them quickly | Knowledge Base powered by Struct.AI
Indexed 825 threads (61% resolved)
Similar Threads
Issues Upgrading to Signoz v0.23.0 Using Helm
Nick experienced difficulties when upgrading to signoz v0.23.0 due to Helm not updating CRDs. Prashant confirmed that CRDs would need to be manually updated.
3
2mo
Solved
Error Upgrading Chart Version in Kubernetes Environment
Manikandan encountered an error when upgrading to a different chart version. Srikanth helps correct the mistake by suggesting to pull the new releases and upgrade.
28
5mo
Solved
Upgrading SigNoz v0.19.0 to v0.20.2 in Kubernetes Cluster
Christian asks how to upgrade SigNoz from v0.19.0 to v0.20.2. Prashant provides a link to the upgrade guide and confirms no migration steps are needed. They also help Christian find the original release name.


8
3mo
Solved