From e82c01f1aaabe9ce5b5064c52e1cfa8d8a72eb86 Mon Sep 17 00:00:00 2001 From: Malte Sander Date: Fri, 18 Oct 2024 09:39:37 +0200 Subject: [PATCH] fix typo --- modules/guides/pages/kubernetes-cluster-domain.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/guides/pages/kubernetes-cluster-domain.adoc b/modules/guides/pages/kubernetes-cluster-domain.adoc index d568f7d41..d435ea10f 100644 --- a/modules/guides/pages/kubernetes-cluster-domain.adoc +++ b/modules/guides/pages/kubernetes-cluster-domain.adoc @@ -4,7 +4,7 @@ :dns-pod-service: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/ Stackable operators allow to configure a non-default cluster domain as described in {dns-custom-nameservers}[Customizing DNS Service] (and more in {dns-pod-service}[DNS for Services and Pods]). -The configuration is primarily done via and environment variable `KUBERNETES_CLUSTER_DOMAIN`, but there is also a mechanism to auto detect the cluster domain using the `/etc/resolv.conf` file. +The configuration is primarily done via an environment variable `KUBERNETES_CLUSTER_DOMAIN`, but there is also a mechanism to auto detect the cluster domain using the `/etc/resolv.conf` file. The following steps explain the use of the environment variable and the auto detection mechanism in detail: