Haproxy in front of rancher 2

Hello everyone,

I got some troubles after upgrading rancher 2.0.6 to 2.1.4. I have made the backup as indicated in the rancher documentation. After few days for trying to figure out what’s the problem, I decided to clean my master node and install the new version.
I can’t still add a node.

My questions are:

  • How can I configure Haproxy in front of rancher. The command used to run rancher server is:

docker run -d --restart=unless-stopped
-p 9080:80 -p 9081:443
-v /opt/rancher-data:/var/lib/rancher
rancher/rancher:v2.1.3
–no-cacerts

  • How can I after, add ingress in rancher if there is Ha proxy listening on 443?

Thank you for your responses