Skip to content

Commit 8ca2f91

Browse files
feat: Support non-default cluster domain (#522)
* adapt to op-rs 0.79.0 * adapt changelog * remove autodetection parts * adapt to op-rs 0.80.0 * improve language * Update CHANGELOG.md Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de> * fix grammar --------- Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent 6500912 commit 8ca2f91

File tree

9 files changed

+184
-106
lines changed

9 files changed

+184
-106
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +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.
11+
Use the env var `KUBERNETES_CLUSTER_DOMAIN` or the operator Helm chart property `kubernetesClusterDomain` to set a non-default cluster domain ([#522]).
1012

1113
### Changed
1214

@@ -23,6 +25,7 @@ All notable changes to this project will be documented in this file.
2325
[#505]: https://github.com/stackabletech/hive-operator/pull/505
2426
[#508]: https://github.com/stackabletech/hive-operator/pull/508
2527
[#518]: https://github.com/stackabletech/hive-operator/pull/518
28+
[#522]: https://github.com/stackabletech/hive-operator/pull/522
2629
[#523]: https://github.com/stackabletech/hive-operator/pull/523
2730

2831
## [24.7.0] - 2024-07-24

0 commit comments

Comments
 (0)