Skip to content

Commit

Permalink
Merge pull request kubernetes#341 from iranzo/patch-1
Browse files Browse the repository at this point in the history
Update network_problem.sh
  • Loading branch information
k8s-ci-robot authored Sep 15, 2019
2 parents 9870e77 + fa94b42 commit 5345185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/plugin/network_problem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ conntrack_max=$(cat /proc/sys/net/ipv4/netfilter/ip_conntrack_max)
conntrack_count=$(cat /proc/sys/net/ipv4/netfilter/ip_conntrack_count)

if (( conntrack_count >= conntrack_max )); then
echo "Conntrack table full"
exit $NONOK
echo "Conntrack table full"
exit $NONOK
fi

echo "Conntrack table available"
Expand Down

0 comments on commit 5345185

Please sign in to comment.