Skip to content

Commit

Permalink
dont block intra-container communication for the same job
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Nov 1, 2024
1 parent 5bbec11 commit 11c4dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ports-unblock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ proto tcp mod conntrack ctorigdstport 20000
saddr $CLUSTER proto tcp dport 20000:45000 ACCEPT;
saddr 172.17.0.0/16 proto tcp dport 20000:45000 ACCEPT;
saddr 10.88.0.0/16 proto tcp dport 20000:45000 ACCEPT;
proto tcp dport 20000:45000 REJECT;
# proto tcp dport 20000:45000 REJECT; # xxx figure out why
' |sudo tee $INTRA


Expand Down

0 comments on commit 11c4dab

Please sign in to comment.