Browse Source
added reference to calico_ip_auto_method in sample inventory group vars (#5612)
pull/5636/head
Thomas Ziegler
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
inventory/sample/group_vars/k8s-cluster/k8s-net-calico.yml
|
@ -46,3 +46,9 @@ |
|
|
|
|
|
|
|
|
# Set max typha connections |
|
|
# Set max typha connections |
|
|
# typha_max_connections_lower_limit: 300 |
|
|
# 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.*" |