mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-08 11:07:43 +03:00
optional calico_ip_auto_method variable with IP_AUTODETECTION_METHOD
can be set to one of first-found can-reach interface
This commit is contained in:
committed by
GitHub
parent
f07734596e
commit
dd9d0c0530
@@ -108,10 +108,15 @@ spec:
|
|||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
name: calico-config
|
name: calico-config
|
||||||
key: etcd_cert
|
key: etcd_cert
|
||||||
|
{% if calico_ip_auto_method is defined %}
|
||||||
|
- name: IP_AUTODETECTION_METHOD
|
||||||
|
value: "{{ calico_ip_auto_method }}"
|
||||||
|
{% else %}
|
||||||
- name: IP
|
- name: IP
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: status.hostIP
|
fieldPath: status.hostIP
|
||||||
|
{% endif %}
|
||||||
- name: NODENAME
|
- name: NODENAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
|
|||||||
Reference in New Issue
Block a user