12 lines
308 B
YAML
12 lines
308 B
YAML
|
# 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"
|