add kubespray to the XTesting as it provides newer version of kubenetes and can be...
[it/test.git] / XTesting / kubespray / inventory / local / group_vars / k8s_cluster / k8s-net-canal.yml
1 # see roles/network_plugin/canal/defaults/main.yml
2
3 # The interface used by canal for host <-> host communication.
4 # If left blank, then the interface is choosing using the node's
5 # default route.
6 # canal_iface: ""
7
8 # Whether or not to masquerade traffic to destinations not within
9 # the pod network.
10 # canal_masquerade: "true"