11 lines
375 B
Django/Jinja
11 lines
375 B
Django/Jinja
apiVersion: ipam.cluster.x-k8s.io/v1alpha1
|
|
kind: InClusterIPPool
|
|
metadata:
|
|
name: inclusterippool-{{ _template.cluster.name }}
|
|
namespace: {{ _template.cluster.namespace }}
|
|
spec:
|
|
start: {{ _template.cluster.network.startip }}
|
|
end: {{ _template.cluster.network.endip }}
|
|
prefix: {{ _template.cluster.network.prefix }}
|
|
gateway: {{ _template.cluster.network.gateway }}
|