Skip to content

Commit e82c01f

Browse files
committed
fix typo
1 parent 48798fb commit e82c01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/guides/pages/kubernetes-cluster-domain.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:dns-pod-service: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/
55

66
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]).
7-
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.
7+
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.
88

99
The following steps explain the use of the environment variable and the auto detection mechanism in detail:
1010

0 commit comments

Comments
 (0)