percona / pmm

Percona Monitoring and Management: an open source database monitoring, observability and management tool
https://www.percona.com/software/database-tools/percona-monitoring-and-management
GNU Affero General Public License v3.0
679 stars 131 forks source link

Helm Upgrade Failure #2424

Open drpdishant opened 1 year ago

drpdishant commented 1 year ago

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

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

BupycHuk commented 1 year ago

Hello @drpdishant, could you please provide more detailed steps to reproduce?