From 765d907ea14774a261ee703f86fc8d485c775440 Mon Sep 17 00:00:00 2001 From: Thomas Ziegler <toydarian1@gmail.com> Date: Thu, 13 Feb 2020 22:18:36 +0100 Subject: [PATCH] added reference to calico_ip_auto_method in sample inventory group vars (#5612) --- inventory/sample/group_vars/k8s-cluster/k8s-net-calico.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/inventory/sample/group_vars/k8s-cluster/k8s-net-calico.yml b/inventory/sample/group_vars/k8s-cluster/k8s-net-calico.yml index 6eedfc3f3..8758f0e88 100644 --- a/inventory/sample/group_vars/k8s-cluster/k8s-net-calico.yml +++ b/inventory/sample/group_vars/k8s-cluster/k8s-net-calico.yml @@ -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.*" -- GitLab