added reference to calico_ip_auto_method in sample inventory group vars (#5612)
parent
287421e21e
commit
765d907ea1
|
@ -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.*"
|
||||
|
|
Loading…
Reference in New Issue