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.

15 lines
391 B

  1. # The interface used by canal for host <-> host communication.
  2. # If left blank, then the interface is chosing using the node's
  3. # default route.
  4. canal_iface: ""
  5. # Whether or not to masquerade traffic to destinations not within
  6. # the pod network.
  7. canal_masquerade: "true"
  8. # Log-level
  9. canal_log_level: "info"
  10. # Etcd SSL dirs
  11. canal_cert_dir: /etc/canal/certs
  12. etcd_cert_dir: /etc/ssl/etcd/ssl