Skip to content

Commit

Permalink
added reference to calico_ip_auto_method in sample inventory group va…
Browse files Browse the repository at this point in the history
  • Loading branch information
toydarian authored Feb 13, 2020
1 parent 287421e commit 765d907
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions inventory/sample/group_vars/k8s-cluster/k8s-net-calico.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.*"

0 comments on commit 765d907

Please sign in to comment.