Galera Cluster on Rancher v1.6.2

Hey guys I pull the official catalog for galera cluster, I don’t have any error on provisioning but on the load balancer I don’t see any port 3306 exposed in which the LB resides

adminuser@node01:~$ docker logs 43f694ee0151
ERRO[0000] Failed to initialize Kubernetes controller: KUBERNETES_URL is not set
INFO[0000] Starting Rancher LB service
INFO[0000] LB controller: rancher
INFO[0000] LB provider: haproxy
INFO[0000] starting rancher controller
INFO[0000] Healthcheck handler is listening on :10241
INFO[0001] – starting haproxy

  • Starting haproxy haproxy
    …done.

INFO[0001] – reloading haproxy config with the new config changes

  • Reloading haproxy haproxy
    [WARNING] 165/083916 (55) : config : ‘option forwardfor’ ignored for proxy ‘default’ as it requires HTTP mode.
    [WARNING] 165/083916 (55) : config : ‘option forwardfor’ ignored for frontend ‘3306’ as it requires HTTP mode.
    [WARNING] 165/083916 (55) : parsing [/etc/haproxy/haproxy.cfg:46] : HTTP log/header format not usable with backend ‘3306_’ (needs ‘mode http’).
    [WARNING] 165/083916 (55) : config : ‘option forwardfor’ ignored for backend ‘3306_’ as it requires HTTP mode.
    [WARNING] 165/083916 (57) : config : ‘option forwardfor’ ignored for proxy ‘default’ as it requires HTTP mode.
    [WARNING] 165/083916 (57) : config : ‘option forwardfor’ ignored for frontend ‘3306’ as it requires HTTP mode.
    [WARNING] 165/083916 (57) : parsing [/etc/haproxy/haproxy.cfg:46] : HTTP log/header format not usable with backend ‘3306_’ (needs ‘mode http’).
    [WARNING] 165/083916 (57) : config : ‘option forwardfor’ ignored for backend ‘3306_’ as it requires HTTP mode.
    …done.

adminuser@node01:~$ netstat -na | grep 3306
adminuser@node01:~$ netstat -na | grep 3307
adminuser@node01:~$

Please disregard this, the issue was galera-lb the default setting to expose the port was set to internal as soon as I set it to public it works as expected.