2023-03-14 14:43:11 +00:00
|
|
|
apiVersion: ipam.cluster.x-k8s.io/v1alpha1
|
|
|
|
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:
|
|
|
|
start: {{ _template.cluster.network.startip }}
|
|
|
|
end: {{ _template.cluster.network.endip }}
|
|
|
|
prefix: {{ _template.cluster.network.prefix }}
|
|
|
|
gateway: {{ _template.cluster.network.gateway }}
|