mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-16 20:30:50 -03:30
4 lines
184 B
Django/Jinja
4 lines
184 B
Django/Jinja
{% if enable_nat_default_gateway %}
|
|
iptables -t nat -D POSTROUTING -s {{ node_pod_cidr|ansible.utils.ipaddr('net') }} -o {{ node_default_gateway_interface }} -j MASQUERADE
|
|
{% endif %}
|