mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
Add iptables_backend to weave options (#6639)
This commit is contained in:
@@ -163,6 +163,10 @@ items:
|
||||
{% if weave_status_addr %}
|
||||
- name: WEAVE_STATUS_ADDR
|
||||
value: "{{ weave_status_addr }}"
|
||||
{% endif %}
|
||||
{% if weave_iptables_backend %}
|
||||
- name: IPTABLES_BACKEND
|
||||
value: "{{ weave_iptables_backend }}"
|
||||
{% endif %}
|
||||
- name: WEAVE_MTU
|
||||
value: "{{ weave_mtu | int }}"
|
||||
|
||||
Reference in New Issue
Block a user