fix(vagrant): forces flannel interface as eth1 (#4070)

Without this pods cannot communicate with each other by default (broken
networking)

Closes #2114
This commit is contained in:
Peter Metz 2019-01-26 13:38:37 -08:00 committed by Kubernetes Prow Robot
parent 61d88b8db2
commit fcd895d032

1
Vagrantfile vendored
View file

@ -165,6 +165,7 @@ Vagrant.configure("2") do |config|
host_vars[vm_name] = {
"ip": ip,
"flannel_interface": "eth1",
"kube_network_plugin": $network_plugin,
"kube_network_plugin_multus": $multi_networking,
"docker_keepcache": "1",