You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
328 B

  1. # see roles/network_plugin/canal/defaults/main.yml
  2. # The interface used by canal for host <-> host communication.
  3. # If left blank, then the interface is choosing using the node's
  4. # default route.
  5. # canal_iface: ""
  6. # Whether or not to masquerade traffic to destinations not within
  7. # the pod network.
  8. # canal_masquerade: "true"