Skip to content

Commit a62d851

Browse files
feat: Support non-default cluster domain (#637)
* feat: Support non-default cluster domain * changelog * document values.yaml * changelog * Update deploy/helm/druid-operator/values.yaml Co-authored-by: Malte Sander <[email protected]> * cargo +nightly update --breaking -Z unstable-options * Capture in variable * bump to op-rs 0.80.0 * changelog * fixup * newline --------- Co-authored-by: Malte Sander <[email protected]>
1 parent 9c7a77c commit a62d851

File tree

8 files changed

+180
-95
lines changed

8 files changed

+180
-95
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 ([#637]).
11+
712
### Changed
813

914
- Reduce CRD size from `2.4MB` to `183KB` by accepting arbitrary YAML input instead of the underlying schema for the following fields ([#584]):
@@ -28,6 +33,7 @@ All notable changes to this project will be documented in this file.
2833
[#621]: https://github.com/stackabletech/druid-operator/pull/621
2934
[#631]: https://github.com/stackabletech/druid-operator/pull/631
3035
[#632]: https://github.com/stackabletech/druid-operator/pull/632
36+
[#637]: https://github.com/stackabletech/druid-operator/pull/637
3137
[#638]: https://github.com/stackabletech/druid-operator/pull/638
3238

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

0 commit comments

Comments
 (0)