Skip to content

Commit 5c6f2dd

Browse files
feat: Support non-default cluster domain (#574)
* feat: Support non-default cluster domain * changelog * docs * Update deploy/helm/hbase-operator/values.yaml Co-authored-by: Malte Sander <malte.sander.it@gmail.com> * cargo +nightly update --breaking -Z unstable-options * Capture in variable * bump to op-rs 0.80.0 * changelog * fixup --------- Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
1 parent 1403023 commit 5c6f2dd

File tree

8 files changed

+258
-133
lines changed

8 files changed

+258
-133
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased]
44

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

712
- Reduce CRD size from `1.4MB` to `96KB` by accepting arbitrary YAML input instead of the underlying schema for the following fields ([#548]):
@@ -22,6 +27,7 @@
2227
[#550]: https://github.com/stackabletech/hbase-operator/pull/550
2328
[#556]: https://github.com/stackabletech/hbase-operator/pull/556
2429
[#558]: https://github.com/stackabletech/hbase-operator/pull/558
30+
[#574]: https://github.com/stackabletech/hbase-operator/pull/574
2531

2632
## [24.7.0] - 2024-07-24
2733

0 commit comments

Comments
 (0)