Skip to content
Snippets Groups Projects
Commit fcd895d0 authored by Peter Metz's avatar Peter Metz Committed by Kubernetes Prow Robot
Browse files

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

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

Closes #2114
parent 61d88b8d
No related branches found
No related tags found
No related merge requests found
...@@ -165,6 +165,7 @@ Vagrant.configure("2") do |config| ...@@ -165,6 +165,7 @@ Vagrant.configure("2") do |config|
host_vars[vm_name] = { host_vars[vm_name] = {
"ip": ip, "ip": ip,
"flannel_interface": "eth1",
"kube_network_plugin": $network_plugin, "kube_network_plugin": $network_plugin,
"kube_network_plugin_multus": $multi_networking, "kube_network_plugin_multus": $multi_networking,
"docker_keepcache": "1", "docker_keepcache": "1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment