-
Notifications
You must be signed in to change notification settings - Fork 228
Fix multi-node networking by using Flannel #645
Conversation
Signed-off-by: Dennis Marttinen <dennis@weave.works>
Signed-off-by: Dennis Marttinen <dennis@weave.works>
Signed-off-by: Dennis Marttinen <dennis@weave.works>
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.
Impressive work 💪!!
Great to see this coming together in a bit nicer and more stable form.
Only one docs nit, and then we're good to go 😄
/usr/local/bin/etcd \ | ||
--name s1 \ | ||
--data-dir /etcd-data \ | ||
--listen-client-urls http://0.0.0.0:2379 \ |
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.
Maybe we should point out that this getting started guide does NOT secure the etcd traffic 😅
3865897
to
0897b6c
Compare
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.
LGTM
However, link checking error:
|
Signed-off-by: Dennis Marttinen <dennis@weave.works>
Signed-off-by: Dennis Marttinen <dennis@weave.works>
Signed-off-by: Dennis Marttinen <dennis@weave.works>
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.
LGTM!
Very informative. Thanks.
The Weave Net based approach we had in our docs didn't work at all, there's no inter-host network connectivity nor access to the internet. This PR adds a new helper script to set up a Flannel-based overlay and overhauls the networking docs accordingly, with this I'm finally successful in cross-pinging VMs from different hosts.
Hopefully fixes #642.
cc @stealthybox @darkowlzz