I experiment with Rancher Server on a RancherOS host which has multiple NIC interfaces / IP adresses:
Now I wanted to create an Kubernetes Ingress which is exposing Ports on eth1 Address but it seems the Kubernetes Ingress Controller of Rancher can only publish on the Rancher Agent IP since the Ports are only accessable through eth0 IP address.
Is there any kubernetes Ingress annotation (like the http.port
, as explained here: http://rancher.com/docs/rancher/latest/en/kubernetes/ingress/#scale-and-other-port) which can be used to tell the Ingress Controller which IP/interface should be used for the Ingress??