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
diff --git a/XTesting/kubespray/inventory/local/group_vars/k8s_cluster/k8s-net-canal.yml b/XTesting/kubespray/inventory/local/group_vars/k8s_cluster/k8s-net-canal.yml
new file mode 100644 (file)
index 0000000..60b9da7
--- /dev/null
@@ -0,0 +1,10 @@
+# see roles/network_plugin/canal/defaults/main.yml
+
+# The interface used by canal for host <-> host communication.
+# If left blank, then the interface is choosing using the node's
+# default route.
+# canal_iface: ""
+
+# Whether or not to masquerade traffic to destinations not within
+# the pod network.
+# canal_masquerade: "true"