You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helm upgrade fails, prompting the changes I didn't even make.
I change only ingress related config
Expected Results
It should only update the ingress
Actual Results
Error: UPGRADE FAILED: cannot patch "pmm" with kind StatefulSet: StatefulSet.apps "pmm" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'template', 'updateStrategy', 'persistentVolumeClaimRetentionPolicy' and 'minReadySeconds' are forbidden
Version
2.39.0
Steps to reproduce
Create a fresh install on kubernetes.
Change some value and upgrade.
Relevant logs
Error: UPGRADE FAILED: cannot patch "pmm" with kind StatefulSet: StatefulSet.apps "pmm" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'template', 'updateStrategy', 'persistentVolumeClaimRetentionPolicy' and 'minReadySeconds' are forbidden
[811aqui@kbutec81l10240 pmm]$ kubectl uninstall pmm
error: unknown command"uninstall"for"kubectl"
Code of Conduct
I agree to follow Percona Community Code of Conduct
The text was updated successfully, but these errors were encountered:
Description
helm upgrade fails, prompting the changes I didn't even make.
I change only ingress related config
Expected Results
It should only update the ingress
Actual Results
Error: UPGRADE FAILED: cannot patch "pmm" with kind StatefulSet: StatefulSet.apps "pmm" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'template', 'updateStrategy', 'persistentVolumeClaimRetentionPolicy' and 'minReadySeconds' are forbidden
Version
2.39.0
Steps to reproduce
Create a fresh install on kubernetes.
Change some value and upgrade.
Relevant logs
Code of Conduct
The text was updated successfully, but these errors were encountered: