Skip to:
When we are using 1.9.0 HAProxy with proxy_protocol_networks. The readiness/liveness probe failed.
Current solution is to just downgrade to 1.8.0 HAProxy, and it will work as intended
It seems to be introduced from this ticket:
https://jira.percona.com/browse/K8SPXC-421
The issue is the admin port got overwritten by the X protocol port, causing the liveness/readiness probe to fail
https://github.com/percona/percona-docker/blob/pxc-operator-1.9.0/haproxy/dockerdir/usr/bin/add_pxc_nodes.sh#L58
Hi,
The issue was fixed for PXCO 1.10.0 which will be released in one or two weeks.
thank you ,bug is confirmed, we are working on the fix
When we are using 1.9.0 HAProxy with proxy_protocol_networks. The readiness/liveness probe failed.
Current solution is to just downgrade to 1.8.0 HAProxy, and it will work as intended
It seems to be introduced from this ticket:
https://jira.percona.com/browse/K8SPXC-421
The issue is the admin port got overwritten by the X protocol port, causing the liveness/readiness probe to fail
https://github.com/percona/percona-docker/blob/pxc-operator-1.9.0/haproxy/dockerdir/usr/bin/add_pxc_nodes.sh#L58