Add ipv6-check to calico deploy

This commit is contained in:
Ruakij 2023-03-19 15:17:45 +01:00
parent fc3d9845d6
commit 791ad96849

View File

@ -15,11 +15,13 @@ spec:
natOutgoing: Enabled
nodeSelector: all()
{% if nodeip_ipv6 != "" and kubernetes.ipPool.ipv6 is defined %}
- blockSize: 122
cidr: {{ kubernetes.ipPool.ipv6.cluster_cidr }}
encapsulation: None
natOutgoing: Enabled
nodeSelector: all()
{% endif %}
---