Skip to content

Commit 3570a68

Browse files
docs: add hint regarding cluster domain to improve DNS performance (#698)
* docs: add hint regarding cluster domain to improve DNS performance * Update modules/guides/pages/kubernetes-cluster-domain.adoc Co-authored-by: Malte Sander <malte.sander.it@gmail.com> --------- Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
1 parent 9fda7aa commit 3570a68

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Configuring the Kubernetes cluster domain
2-
:description: Configure Stackable operators to use a different cluster domain other than 'cluster.local'.
2+
:description: Configure Stackable operators to use a different cluster domain other than 'cluster.local.'.
33
:dns-custom-nameservers: https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/
44
:dns-pod-service: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/
55

@@ -9,7 +9,9 @@ The cluster domain can be configured using an environment variable `KUBERNETES_C
99
This environment variable can be configured via the helm values property `kubernetesClusterDomain` during the installation of the operators.
1010

1111
```
12-
helm install <product>-operator stackable-stable/<product>-operator --set kubernetesClusterDomain="my-cluster.local"
12+
helm install <product>-operator stackable-stable/<product>-operator --set kubernetesClusterDomain="my.domain."
1313
```
1414

15-
If the environment variable `KUBERNETES_CLUSTER_DOMAIN` (or the helm property `kubernetesClusterDomain`) are not set / overriden, the operator will default the cluster domain to `cluster.local`.
15+
Note that if you specify a custom cluster domain we recommend adding a trailing dot (`my.domain.` instead of `my.domain`) to reduce DNS requests (see https://github.com/stackabletech/issues/issues/656 for details).
16+
17+
If the environment variable `KUBERNETES_CLUSTER_DOMAIN` (or the helm property `kubernetesClusterDomain`) are not set / overriden, the operator will default the cluster domain to `cluster.local.`.

0 commit comments

Comments
 (0)