Skip to content

Commit

Permalink
feat: Support non-default cluster domain (#574)
Browse files Browse the repository at this point in the history
* feat: Support non-default cluster domain

* changelog

* docs

* Update deploy/helm/hbase-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

---------

Co-authored-by: Malte Sander <[email protected]>
  • Loading branch information
sbernauer and maltesander authored Oct 23, 2024
1 parent 1403023 commit 5c6f2dd
Show file tree
Hide file tree
Showing 8 changed files with 258 additions and 133 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased]

### Added

- The operator can now run on Kubernetes clusters using a non-default cluster domain.
Use the env var `KUBERNETES_CLUSTER_DOMAIN` or the operator Helm chart property `kubernetesClusterDomain` to set a non-default cluster domain ([#574]).

### Changed

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

## [24.7.0] - 2024-07-24

Expand Down
Loading

0 comments on commit 5c6f2dd

Please sign in to comment.