Hello
I have set up the Docker percona PMM image
PS C:\Windows\system32> docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
2d6bbf39bba3 percona/pmm-server:2 “/opt/entrypoint.sh” 25 seconds ago Up 22 seconds (healthy) 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp pmm-server
:: Have installed the Percona client agent (on a centos 7 running Xtradb cluster 5.7)
[root@pxc01 ~]# yum install pmm2-client
[root@pxc01 ~]# pmm-admin --version
ProjectName: pmm-admin
Version: 2.14.0
PMMVersion: 2.14.0
Timestamp: 2021-01-28 12:36:39 (UTC)
FullCommit: cdf593c6774c3c239aaf22fff27e9e7aa1364a60
:; When running below command to configure an agent with the pmm server, i get timeout.
[root@pxc01 ~]# pmm-admin config --force --server-insecure-tls --server-url=https://admin:admin@172.17.0.2:443
Checking local pmm-agent status…
pmm-agent is running.
Registering pmm-agent on PMM Server…
Failed to register pmm-agent on PMM Server: Post “https://172.17.0.2:443/v1/management/Node/Register”: dial tcp 172.17.0.2:443: i/o timeout.
Any pointers would be most appreciated.
Respectfully
Manni