Browse Source

IP_AUTODETECTION_METHOD docs

pull/2521/head
Anton Fayzrahmanov 6 years ago
committed by GitHub
parent
commit
a75598b3f4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions
  1. 6
      roles/network_plugin/calico/defaults/main.yml

6
roles/network_plugin/calico/defaults/main.yml

@ -45,3 +45,9 @@ rbac_resources:
- sa - sa
- clusterrole - clusterrole
- clusterrolebinding - clusterrolebinding
# If you want to use non default IP_AUTODETECTION_METHOD for calico node set this option to one of:
# * can-reach=DESTINATION
# * interface=INTERFACE-REGEX
# see https://docs.projectcalico.org/v3.0/reference/node/configuration#ip-autodetection-methods
#calico_ip_auto_method: "interface=eth.*"
Loading…
Cancel
Save