c12s-kubespray/roles/network_plugin/canal/defaults/main.yml

12 lines
308 B
YAML
Raw Normal View History

# The interface used by canal for host <-> host communication.
# If left blank, then the interface is chosing using the node's
# default route.
canal_iface: ""
# Whether or not to masquerade traffic to destinations not within
# the pod network.
canal_masquerade: "true"
# Log-level
canal_log_level: "info"