Skip to content

Commit 079bea5

Browse files
committed
remove autodetection parts
1 parent 3f53b3c commit 079bea5

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ All notable changes to this project will be documented in this file.
77
### Added
88

99
- Add support for Hive `4.0.0` ([#508]).
10-
- The operator can now run on Kubernetes clusters using a non-default cluster domain. It should automatically detect the
11-
correct domain to use, but you can also use the env var `KUBERNETES_CLUSTER_DOMAIN` to set the domain explicitly
12-
or use the helm-chart property `kubernetesClusterDomain` ([#522]).
10+
- The operator can now run on Kubernetes clusters using a non-default cluster domain. Use the env var `KUBERNETES_CLUSTER_DOMAIN`
11+
to set the domain explicitly or use the operator helm-chart property `kubernetesClusterDomain` ([#522]).
1312

1413
### Changed
1514

deploy/helm/hive-operator/values.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ tolerations: []
4848

4949
affinity: {}
5050

51-
# When running on a non-default Kubernetes cluster domain and the auto detection is not working correctly,
52-
# you can set your custom cluster domain here.
53-
# See the https://docs.stackable.tech/home/stable/guides/kubernetes-cluster-domain guide for details
51+
# When running on a non-default Kubernetes cluster domain you can set your custom cluster domain here.
52+
# See the https://docs.stackable.tech/home/stable/guides/kubernetes-cluster-domain guide for details.
5453
# kubernetesClusterDomain: my-cluster.local

0 commit comments

Comments
 (0)