10 lines
328 B
Plaintext
10 lines
328 B
Plaintext
|
apiVersion: ipam.cluster.x-k8s.io/v1alpha1
|
||
|
kind: InClusterIPPool
|
||
|
metadata:
|
||
|
name: inclusterippool-{{ _template.cluster.name }}
|
||
|
spec:
|
||
|
start: {{ _template.cluster.network.startip }}
|
||
|
end: {{ _template.cluster.network.endip }}
|
||
|
prefix: {{ _template.cluster.network.prefix }}
|
||
|
gateway: {{ _template.cluster.network.gateway }}
|