#support

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
Join the chat
Mar 14, 2023 (7 months ago)
sudhanshu
Photo of md5-b1281cef69854d39174cd55d7c969e18
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
Photo of md5-ce04a9988e2fd758a659dc55be6f2543
Srikanth
08:08 AM
I am not really familiar with EKS, Prashant can help with it.
sudhanshu
Photo of md5-b1281cef69854d39174cd55d7c969e18
sudhanshu
08:35 AM
This issue was bcz of sts
08:35
sudhanshu
08:35 AM
fixed

1

08:36
sudhanshu
08:36 AM
we are trying to update sts
Apr 27, 2023 (5 months ago)
Manikandan
Photo of md5-a682b39f96330fac0a96d59c8b186936
Manikandan
09:02 AM
Im still getting the same error, what was the fix?
Apr 28, 2023 (5 months ago)
Manikandan
Photo of md5-a682b39f96330fac0a96d59c8b186936
Manikandan
02:46 AM
--reuse-values makes the error go away fyi

1