Skip to content

Commit d37a7bf

Browse files
feat: Support non-default cluster domain (#237)
* adapt to op-rs 0.79.0 * adapt changelog * cargo +nightly update --breaking -Z unstable-options * fix compilation by replacing deprecated function * bump to op-rs 0.80.0 * linter --------- Co-authored-by: Sebastian Bernauer <[email protected]> Co-authored-by: Sebastian Bernauer <[email protected]>
1 parent 21e8916 commit d37a7bf

File tree

9 files changed

+289
-212
lines changed

9 files changed

+289
-212
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
- `Listener.status.addresses` can now be configured to prefer either IP addresses or DNS hostnames ([#233]).
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 ([#237]).
1012

1113
### Changed
1214

@@ -26,6 +28,7 @@ All notable changes to this project will be documented in this file.
2628
[#232]: https://github.com/stackabletech/listener-operator/pull/232
2729
[#233]: https://github.com/stackabletech/listener-operator/pull/233
2830
[#234]: https://github.com/stackabletech/listener-operator/pull/234
31+
[#237]: https://github.com/stackabletech/listener-operator/pull/237
2932
[#238]: https://github.com/stackabletech/listener-operator/pull/238
3033

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

0 commit comments

Comments
 (0)