rancher: Ingress not able to reach one of the pods because of missing flannel annotations on the nodes.

**Rancher versions: v2.0.1-rc5

Steps to Reproduce:

Created a cluster with following node configuration: 2 control nodes 3 etcd nodes 3 worker nodes

Created a daemonset . Created an ingress pointing to this daemonset.

When ingress url is accessed , it does not direct traffic to one of the pods in the daemonset.

Not able to access this pod using its pod ip from the host (from which the ingress url was accessed) ,

root@ip-172-31-5-12:/home/ubuntu# ping 10.42.6.2
PING 10.42.6.2 (10.42.6.2) 56(84) bytes of data.
^C
--- 10.42.6.2 ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 3000ms

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 24 (11 by maintainers)

Most upvoted comments

No worries, thanks for quick fix 😃

As noted by @cjellick , this is currently being worked on.

There needs be a decision on a design first, we will review this now we know it seems to be a bug in Rancher and not upstream.