Skip to content

Commit b032637

Browse files
feat: Support non-default cluster domain (#870)
* adapt to op-rs 0.79.0 * adapt changelog * cargo +nightly update --breaking -Z unstable-options * Update rust/crd/src/lib.rs Co-authored-by: Sebastian Bernauer <[email protected]> * improve error handling * adapt to op-rs 0.80.0 --------- Co-authored-by: Sebastian Bernauer <[email protected]> Co-authored-by: Sebastian Bernauer <[email protected]>
1 parent 0ad1e35 commit b032637

File tree

11 files changed

+292
-139
lines changed

11 files changed

+292
-139
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- The operator can now run on Kubernetes clusters using a non-default cluster domain.
10+
Use the env var `KUBERNETES_CLUSTER_DOMAIN` or the operator Helm chart property `kubernetesClusterDomain` to set a non-default cluster domain ([#870]).
11+
712
### Changed
813

914
- Reduce CRD size from `483KB` to `57KB` by accepting arbitrary YAML input instead of the underlying schema for the following fields ([#853]):
@@ -20,6 +25,7 @@ All notable changes to this project will be documented in this file.
2025

2126
[#853]: https://github.com/stackabletech/zookeeper-operator/pull/853
2227
[#857]: https://github.com/stackabletech/zookeeper-operator/pull/857
28+
[#870]: https://github.com/stackabletech/zookeeper-operator/pull/870
2329
[#872]: https://github.com/stackabletech/zookeeper-operator/pull/872
2430

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

0 commit comments

Comments
 (0)