mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-23 12:29:01 +00:00
10 lines
137 B
Plaintext
10 lines
137 B
Plaintext
{% if pillar.get('network_policy_provider', '').lower() == 'calico' %}
|
|
|
|
ip6_tables:
|
|
kmod.present
|
|
|
|
xt_set:
|
|
kmod.present
|
|
|
|
{% endif -%}
|