Skip to content

Commit

Permalink
feat: Support non-default cluster domain (#637)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
sbernauer and maltesander authored Oct 23, 2024
1 parent 9c7a77c commit a62d851
Show file tree
Hide file tree
Showing 8 changed files with 180 additions and 95 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

## [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 ([#637]).

### Changed

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

## [24.7.0] - 2024-07-24
Expand Down
Loading

0 comments on commit a62d851

Please sign in to comment.