This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
kubernetes-the-hard-way
mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way
Watch
1
Star
0
Fork
You've already forked kubernetes-the-hard-way
0
Code
Issues
Projects
Releases
Wiki
Activity
781918fdca
kubernetes-the-hard-way
/
vagrant
/
ubuntu
/
allow-bridge-nf-traffic.sh
3 lines
56 B
Bash
Raw
Blame
History
#!/bin/bash
sysctl net.bridge.bridge-nf-call-iptables
=
1
Reference in New Issue
View Git Blame
Copy Permalink