2020-07-15 10:44:43 +00:00
|
|
|
{{- if .Values.customIPPool }}
|
2020-07-09 11:19:58 +00:00
|
|
|
apiVersion: crd.projectcalico.org/v1
|
2020-07-09 11:01:01 +00:00
|
|
|
kind: IPPool
|
|
|
|
metadata:
|
|
|
|
name: default-ipv4-ippool
|
|
|
|
spec:
|
|
|
|
cidr: 10.244.0.0/16
|
|
|
|
blockSize: 26
|
|
|
|
ipipMode: Never
|
|
|
|
natOutgoing: true
|
|
|
|
nodeSelector: all()
|
|
|
|
vxlanMode: Always
|
2020-07-15 10:44:43 +00:00
|
|
|
{{- end }}
|