Created
May 9, 2017 07:21
-
-
Save gianrubio/333e4b435115f97c0159d8ba170c058d to your computer and use it in GitHub Desktop.
K8s increase nf_conntrack_max
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| or i in `kubectl get nodes |grep -v "NAME"| awk '{print $1}'`; do ssh -t core@$i "sudo sysctl net.netfilter.nf_conntrack_max=1000000" ;done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment