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:
parent
f07734596e
commit
dd9d0c0530
1 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue