Skip to content

Commit 3898118

Browse files
feat: Support non-default cluster domain (#591)
* feat: Support non-default cluster domain * changelog * Update deploy/helm/hdfs-operator/values.yaml Co-authored-by: Malte Sander <contact@maltesander.com> * cargo +nightly update --breaking -Z unstable-options * Capture in variable * Capture in variable * cargo +nightly update --breaking -Z unstable-options * bump to op-rs 0.80.0 * changelog * Update deploy/helm/hdfs-operator/values.yaml Co-authored-by: Malte Sander <contact@maltesander.com> * Use named arguments --------- Co-authored-by: Malte Sander <contact@maltesander.com>
1 parent c682726 commit 3898118

File tree

11 files changed

+330
-177
lines changed

11 files changed

+330
-177
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@ 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 ([#591]).
11+
712
### Changed
813

914
- Reduce CRD size from `1.4MB` to `136KB` by accepting arbitrary YAML input instead of the underlying schema for the following fields ([#574]):
1015
- `podOverrides`
1116
- `affinity`
1217

1318
[#574]: https://github.com/stackabletech/hdfs-operator/pull/574
19+
[#591]: https://github.com/stackabletech/hdfs-operator/pull/591
1420

1521
## [24.7.0] - 2024-07-24
1622

0 commit comments

Comments
 (0)