I freshly re-installed my cluster because I was having operator issues with trying to login to proxyadmin, it didn’t take too long to get back up and running.
After re-installing, automatic updates aren’t completing because after installing I keep getting this error from the operator logs:
2023-11-10T06:00:24.481Z ERROR sync users {"controller": "pxc-controller", "namespace": "percona", "name": "pxc-db", "reconcileID": "fbef2b11-15c4-4450-a58f-ada2251939ef", "error": "exec syncusers: error dialing backend: proxy error from 127.0.0.1:9345 while dialing 192.168.100.98:10250, code 503: 503 Service Unavailable / / ", "errorVerbose": "exec syncusers: error dialing backend: proxy error from 127.0.0.1:9345 while dialing 192.168.100.98:10250, code 503: 503 Service Unavailable / / \ngithub.com/percona/percona-xtradb-cluster-operator/pkg/controller/pxc.(*ReconcilePerconaXtraDBCluster).syncPXCUsersWithProxySQL\n\t/go/src/github.com/percona/percona-xtradb-cluster-operator/pkg/controller/pxc/users.go:998\ngithub.com/percona/percona-xtradb-cluster-operator/pkg/controller/pxc.(*ReconcilePerconaXtraDBCluster).resyncPXCUsersWithProxySQL.func1\n\t/go/src/github.com/percona/percona-xtradb-cluster-operator/pkg/controller/pxc/controller.go:1192\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1594"}
github.com/percona/percona-xtradb-cluster-operator/pkg/controller/pxc.(*ReconcilePerconaXtraDBCluster).resyncPXCUsersWithProxySQL.func1
/go/src/github.com/percona/percona-xtradb-cluster-operator/pkg/controller/pxc/controller.go:1194
Any ideas why it’s reporting it can’t connect? The services exist, the direct node IP is valid (not sure about the 10250
port though…