k8s-cluster/inventory/group_vars/k8s_cluster/k8s-net-canal.yml

11 lines
328 B
YAML
Raw Permalink Normal View History

2024-05-17 22:03:38 -04:00
# 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"