From ea63b956fb69a382a5b5cfa8c6de6d9162c5556f Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Thu, 16 Jan 2025 14:59:57 +0100 Subject: [PATCH] chore(manifest): DNS service IPs are automatically inflected by Kamaji Signed-off-by: Dario Tranchitella --- .../controlplane.cluster.x-k8s.io_kamajicontrolplanes.yaml | 6 +++--- ...lplane.cluster.x-k8s.io_kamajicontrolplanetemplates.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/crd/bases/controlplane.cluster.x-k8s.io_kamajicontrolplanes.yaml b/config/crd/bases/controlplane.cluster.x-k8s.io_kamajicontrolplanes.yaml index 2f260cc..fcaf773 100644 --- a/config/crd/bases/controlplane.cluster.x-k8s.io_kamajicontrolplanes.yaml +++ b/config/crd/bases/controlplane.cluster.x-k8s.io_kamajicontrolplanes.yaml @@ -72,11 +72,11 @@ spec: The registry and the tag are configurable, the image is hard-coded to `coredns`. properties: dnsServiceIPs: - default: - - 10.96.0.10 + description: |- + DNSServiceIPs contains the CoreDNS Service IPs. + When set to an empty slice, Kamaji will automatically inflect it from the Service CIDR. items: type: string - minItems: 1 type: array imageRepository: description: |- diff --git a/config/crd/bases/controlplane.cluster.x-k8s.io_kamajicontrolplanetemplates.yaml b/config/crd/bases/controlplane.cluster.x-k8s.io_kamajicontrolplanetemplates.yaml index 5748f9d..b995bae 100644 --- a/config/crd/bases/controlplane.cluster.x-k8s.io_kamajicontrolplanetemplates.yaml +++ b/config/crd/bases/controlplane.cluster.x-k8s.io_kamajicontrolplanetemplates.yaml @@ -86,11 +86,11 @@ spec: The registry and the tag are configurable, the image is hard-coded to `coredns`. properties: dnsServiceIPs: - default: - - 10.96.0.10 + description: |- + DNSServiceIPs contains the CoreDNS Service IPs. + When set to an empty slice, Kamaji will automatically inflect it from the Service CIDR. items: type: string - minItems: 1 type: array imageRepository: description: |-