Skip to content

Commit c95fb51

Browse files
committed
fixes
1 parent 7a0e4f7 commit c95fb51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/guides/pages/cluster-domain.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ The following steps explain the use of the environment variable and the auto det
1010

1111
== Steps
1212

13-
=== Setting `KUBERNETES_CLUSTER_DOMAIN` variable
13+
=== Use environment variable
1414

15-
The environment variable `KUBERNETES_CLUSTER_DOMAIN` takes precedence over auto detection. This means that the desired cluster domain can be configured in a Helm values file via the property`kubernetesClusterDomain` or via the install command like:
15+
The environment variable `KUBERNETES_CLUSTER_DOMAIN` takes precedence over auto detection. This means that the desired cluster domain can be configured in a Helm values file via the property `kubernetesClusterDomain` or via the install command like:
1616

1717
```
1818
helm install hive-operator stackable-stable/hive-operator --set kubernetesClusterDomain="my-cluster.local"
1919
```
2020

21-
=== Using auto detection
21+
=== Use auto detection
2222

2323
As a first step, the auto detection is checking the runtime environment of the operator. In most cases this is a clusterized environment like Kubernetes or Openshift.
2424
This is determined by checking if the `KUBERNETES_SERVICE_HOST` environment variable is set in the operator Pod.

0 commit comments

Comments
 (0)