diff --git a/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml b/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml index 17abd58..774a3b8 100644 --- a/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml +++ b/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml @@ -274,6 +274,8 @@ spec: ClusterIP or NodePort) type: boolean dnsServiceIPs: + default: + - 10.96.0.10 items: type: string type: array @@ -281,6 +283,7 @@ spec: description: Domain of the tenant control plane type: string podCidr: + default: 10.244.0.0/16 description: CIDR for Kubernetes Pods type: string port: @@ -289,14 +292,11 @@ spec: format: int32 type: integer serviceCidr: + default: 10.96.0.0/16 description: Kubernetes Service type: string required: - - dnsServiceIPs - domain - - podCidr - - port - - serviceCidr type: object required: - controlPlane diff --git a/config/install.yaml b/config/install.yaml index 2fa3c38..048822a 100644 --- a/config/install.yaml +++ b/config/install.yaml @@ -253,6 +253,8 @@ spec: description: AllowAddressAsExternalIP will include tenantControlPlane.Spec.NetworkProfile.Address in the section of ExternalIPs of the Kubernetes Service (only ClusterIP or NodePort) type: boolean dnsServiceIPs: + default: + - 10.96.0.10 items: type: string type: array @@ -260,6 +262,7 @@ spec: description: Domain of the tenant control plane type: string podCidr: + default: 10.244.0.0/16 description: CIDR for Kubernetes Pods type: string port: @@ -268,14 +271,11 @@ spec: format: int32 type: integer serviceCidr: + default: 10.96.0.0/16 description: Kubernetes Service type: string required: - - dnsServiceIPs - domain - - podCidr - - port - - serviceCidr type: object required: - controlPlane