Skip to content

Commit 800db72

Browse files
authored
revert: default cluster domain is now cluster.local again (#700)
* Revert "docs: add hint regarding cluster domain to improve DNS performance" This reverts commit 37e194d. * docs: add note on specifying custom cluster domain with trailing dot
1 parent 02a44b6 commit 800db72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 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,9 +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.domain."
12+
helm install <product>-operator stackable-stable/<product>-operator --set kubernetesClusterDomain="my.domain"
1313
```
1414

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).
15+
You can also specify a custom cluster domain with a trailing dot (`my.domain.` instead of `my.domain`) to reduce the number of DNS requests under certain conditions (see https://github.com/stackabletech/issues/issues/656 for details). Note however that support for this is still considered experimental.
1616

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.`.
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)