-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flannel iface #61
flannel iface #61
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #61 +/- ##
========================================
Coverage 80.84% 80.84%
========================================
Files 23 23
Lines 637 637
========================================
Hits 515 515
Misses 88 88
Partials 34 34 Continue to review full report at Codecov.
|
developers/Vagrantfile
Outdated
# Should give flannel the real network interface name | ||
wget --quiet https://raw.githubusercontent.com/coreos/flannel/v0.9.1/Documentation/kube-flannel.yml -O /tmp/kube-flannel.yml | ||
sed -i -- 's/"--kube-subnet-mgr"/"--kube-subnet-mgr", "--iface='"$NET_IF_NAME"'"/g' /tmp/kube-flannel.yml | ||
cat /tmp/kube-flannel.yml | grep iface |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we remove this?
037e2c5
to
fcd9006
Compare
done |
flannel iface Former-commit-id: 1eeac941a9d5ee75210cf5182af0a064f06fcabb [formerly 043ed08] Former-commit-id: be7daaf4a871a41e8887081355f8baa33776ef3e
No description provided.