Add ipv6-check to calico deploy
This commit is contained in:
parent
fc3d9845d6
commit
791ad96849
@ -15,11 +15,13 @@ spec:
|
|||||||
natOutgoing: Enabled
|
natOutgoing: Enabled
|
||||||
nodeSelector: all()
|
nodeSelector: all()
|
||||||
|
|
||||||
|
{% if nodeip_ipv6 != "" and kubernetes.ipPool.ipv6 is defined %}
|
||||||
- blockSize: 122
|
- blockSize: 122
|
||||||
cidr: {{ kubernetes.ipPool.ipv6.cluster_cidr }}
|
cidr: {{ kubernetes.ipPool.ipv6.cluster_cidr }}
|
||||||
encapsulation: None
|
encapsulation: None
|
||||||
natOutgoing: Enabled
|
natOutgoing: Enabled
|
||||||
nodeSelector: all()
|
nodeSelector: all()
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user