kubernetes - Using Weave's Kubenetes YAML file, how can I ensure that Weave uses the local interface? -
i try install kubernetes kubeadm
. moreover, install pod network with
kubectl apply -f https://git.io/weave-kube
as recommended on http://kubernetes.io/docs/admin/addons/ when click on “weave net”. works, have 2 interface cards per node: 1 internet , 1 lan between nodes. how can assure weave uses interface lan?
on each node, own /etc/hostname
should resolve internal ip through entry in /etc/hosts
. way, kubernetes uses internal network inter-node communication default.
Comments
Post a Comment