2023-10-06 11:16:38 +00:00
|
|
|
apiVersion: ipam.cluster.x-k8s.io/v1alpha2
|
2023-03-14 14:43:11 +00:00
|
|
|
kind: InClusterIPPool
|
|
|
|
metadata:
|
|
|
|
name: inclusterippool-{{ _template.cluster.name }}
|
2023-03-15 09:24:45 +00:00
|
|
|
namespace: {{ _template.cluster.namespace }}
|
2023-03-14 14:43:11 +00:00
|
|
|
spec:
|
2023-10-06 11:16:38 +00:00
|
|
|
addresses:
|
|
|
|
- {{ _template.cluster.network.startip }}-{{ _template.cluster.network.endip }}
|
2023-03-14 14:43:11 +00:00
|
|
|
prefix: {{ _template.cluster.network.prefix }}
|
|
|
|
gateway: {{ _template.cluster.network.gateway }}
|