apiVersion: ipam.cluster.x-k8s.io/v1alpha2 kind: InClusterIPPool metadata: name: inclusterippool-{{ _template.cluster.name }} namespace: {{ _template.cluster.namespace }} spec: addresses: - {{ _template.cluster.network.startip }}-{{ _template.cluster.network.endip }} prefix: {{ _template.cluster.network.prefix }} gateway: {{ _template.cluster.network.gateway }}