latest release of everest begin to support pmm3.0
but when using latest everest helm chart and deploy mongodb 8.0.12pmm-client cannot connect to my pmm-server
pmm-server is running on external host, everest is running on kubernetes (aws eks)
pmm-server is configured with nginx reverse proxy with tls.using browser using pmm-server has no issue. working out of box.
when running “pmm-admin status –debug” from mongodb pod,
bash-5.1$ pmm-admin status --debug
DEBUG 2025-12-16 08:14:12.765900331Z: POST /local/Status HTTP/1.1
Host: 127.0.0.1:7777
User-Agent: Go-http-client/1.1
Content-Length: 26
Accept: application/json
Content-Type: application/json
Accept-Encoding: gzip
{“get_network_info”:true}
DEBUG 2025-12-16 08:14:12.766818219Z: HTTP/1.1 200 OK
Content-Length: 495
Content-Type: application/json
Date: Tue, 16 Dec 2025 08:14:12 GMT
Grpc-Metadata-Content-Type: application/grpc{
“agent_id”: “82cb1507-912c-4a77-b123-1778da7a0690”,
“runs_on_node_id”: “”,
“node_name”: “”,
“server_info”: {
“url”: “https://service_token:XXXX@pmm.harrie-cluster.cloud:443/”,
“insecure_tls”: true,
“connected”: false,
“version”: “”,
“latency”: null,
“clock_drift”: null
},
“agents_info”: ,
“config_filepath”: “/usr/local/percona/pmm/config/pmm-agent.yaml”,
“agent_version”: “3.5.0”,
“connection_uptime”: 0
}
DEBUG 2025-12-16 08:14:12.766949106Z: Result: &commands.statusResult{PMMAgentStatus:(*agentlocal.Status)(0xc000137d60), PMMVersion:“3.5.0”}
DEBUG 2025-12-16 08:14:12.766961547Z: Error:
Agent ID : 82cb1507-912c-4a77-b123-1778da7a0690
Node ID :
Node name:PMM Server:
URL : https://pmm.harrie-cluster.cloud:443/
Version:PMM Client:
Connected : false
Connection uptime: 0
pmm-admin version: 3.5.0
pmm-agent version: 3.5.0
Agents:
error message is:
Failed to register pmm-agent on PMM Server: Auth method is not service account token
