added reference to calico_ip_auto_method in sample inventory group vars (#5612)

pull/5636/head
Thomas Ziegler 2020-02-13 22:18:36 +01:00 committed by GitHub
parent 287421e21e
commit 765d907ea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -46,3 +46,9 @@
# Set max typha connections
# typha_max_connections_lower_limit: 300
# 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/reference/node/configuration
# calico_ip_auto_method: "interface=eth.*"