You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A pod is able to send packets to the host the pod is running on.
Current Behavior
Pods are able to send traffic to any other host in the cluster, but not to the host on which the pod is running. The traffic is dropped by the firewall.
Flannel adds the ACCEPT rule at the end of the chain so if your firewall has some rules that drops the traffic for any reason Flannel doesn't override any others created rules.
Expected Behavior
A pod is able to send packets to the host the pod is running on.
Current Behavior
Pods are able to send traffic to any other host in the cluster, but not to the host on which the pod is running. The traffic is dropped by the firewall.
Here is my iptables log.
Possible Solution
I could add the necessary rules, but I'm wondering if this is something that flannel should already have set up for me.
Steps to Reproduce (for bugs)
kubectl apply -f https://github.com/flannel-io/flannel/releases/latest/download/kube-flannel.yml
Your Environment
The text was updated successfully, but these errors were encountered: