From d71ccf772b413c03a39f79a582915b9d5a2b1914 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Sat, 26 Oct 2024 16:15:51 +0200 Subject: [PATCH] docs: automatically set dns service address Signed-off-by: Dario Tranchitella --- docs/content/reference/api.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/content/reference/api.md b/docs/content/reference/api.md index a620d476..b5242075 100644 --- a/docs/content/reference/api.md +++ b/docs/content/reference/api.md @@ -13937,9 +13937,9 @@ Use this field to add additional hostnames when exposing the Tenant Control Plan dnsServiceIPs []string -
-
- Default: [10.96.0.10]
+ The DNS Service for internal resolution, it must match the Service CIDR. +In case of empty value, the value is automatically computed according to the Service CIDR + 10 bits, e.g.: +Service CIDR 10.96.0.0/16, the resulting DNS Service IP will be 10.96.0.10
false @@ -13959,7 +13959,7 @@ Example: {"192.168.1.0/24", "10.0.0.0/8"}
podCidr string - CIDR for Kubernetes Pods
+ CIDR for Kubernetes Pods: if empty, defaulted to 10.244.0.0/16.

Default: 10.244.0.0/16
@@ -13978,7 +13978,7 @@ Example: {"192.168.1.0/24", "10.0.0.0/8"}
serviceCidr string - Kubernetes Service
+ CIDR for Kubernetes Services: if empty, defaulted to 10.96.0.0/16.

Default: 10.96.0.0/16