kmz78
May 21, 2025, 4:06pm
1
Hello,
I would like deploy ppm client with helm chart
The problem is that no matter how hard I try to indicate the values in the helm
psmdb-db:
pmm:
enabled: true
image:
repository: percona/pmm-client
tag: 2.44.1
serverHost: monitoring-service.xxxx.svc.cluster.local
it doesn’t deploy the sidecar pmm
I have also specified the values
systemUsers:
PMM_SERVER_USER: XXXX
PMM_SERVER_PASSWORD: XXXXX
Have you ever encountered this problem?
Hi @kmz78 ,
Have you tried the steps found in the online documentation manual?
What errors in particular are you getting? Have you checked operator logs?
kmz78
May 22, 2025, 3:54am
3
Hi @Agustin_G
Yes, I tried that and it didn’t change anything.
The issue is that I don’t see any specific error because the PMM client sidecar isn’t showing up.
I do see the backup-agent sidecar since I’ve enabled backups, but not the PMM sidecar.
In last applied configuration we have :
kubectl.kubernetes.io/last-applied-configuration: > multi","imagePullPolicy":"Always","multiCluster":{"enabled":false},"pause":false,"pmm":{"enabled":true,"image":"percona/pmm-client:2.44.0","serverHost":"monitoring-service.XXXX.svc.cluster.local"},"replsets":[{"affinity"
Note that the cluster is deployed without sharding.