Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 91983a0

Browse files
feat: Support non-default cluster domain (#125)
* adapt to op-rs 0.79.0 * adapt changelog * bump to op-rs 0.80.0 --------- Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.tech>
1 parent 9f6c44c commit 91983a0

File tree

6 files changed

+157
-86
lines changed

6 files changed

+157
-86
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 ([#125]).
11+
712
### Changed
813

914
- Reduce CRD size from `475KB` to `49KB` by accepting arbitrary YAML input instead of the underlying schema for the following fields ([#112]):
@@ -16,6 +21,7 @@ All notable changes to this project will be documented in this file.
1621

1722
[#112]: https://github.com/stackabletech/hello-world-operator/pull/112
1823
[#121]: https://github.com/stackabletech/hello-world-operator/pull/121
24+
[#125]: https://github.com/stackabletech/hello-world-operator/pull/125
1925

2026
## [24.7.0] - 2024-07-24
2127

0 commit comments

Comments
 (0)