Skip to content

Commit

Permalink
the router tests demand access to the 1936 port
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Chopra committed Feb 21, 2017
1 parent 2d20080 commit 58912aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/dind/node/iptables
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
# Ensure the master can talk to the kubelet
-A INPUT -p tcp -m state --state NEW -m tcp --dport 10250 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 80 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 1936 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 443 -j ACCEPT
-A INPUT -j REJECT --reject-with icmp-host-prohibited
-A FORWARD -j REJECT --reject-with icmp-host-prohibited
COMMIT

0 comments on commit 58912aa

Please sign in to comment.