Skip to content

Commit c272410

Browse files
feat: Support non-default cluster domain (#771)
* adapt to op-rs 0.79.0 * adapt changelog * fix test * remove autodetection comments * adapt to op-rs 0.80.0 * Apply suggestions from code review Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de> --------- Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent cc8ce5b commit c272410

File tree

8 files changed

+248
-164
lines changed

8 files changed

+248
-164
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
- Support version `3.8.0` ([#753]).
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 ([#771]).
1012

1113
### Changed
1214

@@ -33,6 +35,7 @@ All notable changes to this project will be documented in this file.
3335
[#741]: https://github.com/stackabletech/kafka-operator/pull/741
3436
[#750]: https://github.com/stackabletech/kafka-operator/pull/750
3537
[#753]: https://github.com/stackabletech/kafka-operator/pull/753
38+
[#771]: https://github.com/stackabletech/kafka-operator/pull/771
3639
[#773]: https://github.com/stackabletech/kafka-operator/pull/773
3740

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

0 commit comments

Comments
 (0)