EKS Upgrade to 1.17 Error and Solution
TLDR sudhanshu encountered an error while upgrading EKS to 1.17. The issue was due to stateful sets and was fixed. Manikandan suggested using --reuse-values to resolve the error.
Powered by Struct AI
2
1
7
5mo
Solved
Mar 14, 2023 (7 months ago)
sudhanshu
sudhanshu
07:23 AM Prashant Srikanth Getting below error while upgrading in eks to 1.17
Error: UPGRADE FAILED: cannot patch "signoz-release-zookeeper" with kind StatefulSet: StatefulSet.apps "signoz-release-zookeeper" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'template', 'updateStrategy', 'persistentVolumeClaimRetentionPolicy' and 'minReadySeconds' are forbidden && cannot patch "signoz-release-alertmanager" with kind StatefulSet: StatefulSet.apps "signoz-release-alertmanager" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'template', 'updateStrategy', 'persistentVolumeClaimRetentionPolicy' and 'minReadySeconds' are forbidden && cannot patch "signoz-release-query-service" with kind StatefulSet: StatefulSet.apps "signoz-release-query-service" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'template', 'updateStrategy', 'persistentVolumeClaimRetentionPolicy' and 'minReadySeconds' are forbidden
1
Srikanth
Srikanth
08:08 AMI am not really familiar with EKS, Prashant can help with it.
sudhanshu
sudhanshu
08:35 AMThis issue was bcz of sts
08:35
sudhanshu
08:35 AMfixed
1
08:36
sudhanshu
08:36 AMwe are trying to update sts
Apr 27, 2023 (5 months ago)
Manikandan
Manikandan
09:02 AMIm still getting the same error, what was the fix?
Apr 28, 2023 (5 months ago)
Manikandan
Manikandan
02:46 AM--reuse-values makes the error go away fyi
1
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 826 threads (62% resolved)
Similar Threads
Issues with SigNoz on DigitalOcean k8s After Upgrade
Thomas experienced issues with SigNoz on DigitalOcean k8s after upgrading to v0.19. Prashant identified a PR to address the issue and provided a solution.
12
4mo
Solved
Alert Issues After Upgrading SigNoz
James experienced issues with alert rules after upgrading SigNoz. Srikanth suggested using sqlite tool to remove the alerts.
4
3mo
Solved
Issue with Restarting Containers After Signoz Update
Div had issues with restarting containers after updating Signoz. Srikanth suggested checking the migration guide, which resolved the issue.
7
2mo
Solved