Skip to content

Commit 2c0df33

Browse files
maltesandersbernauerNickLarsenNZ
authored
feat: Support non-default cluster domain (#694)
* adapt to op-rs 0.79.0 * adapt changelog * fix whitespace * WIP: Switch to op-rs from spike/domain-in-client branch * Update rust/crd/src/lib.rs Co-authored-by: Nick <[email protected]> * bump to op-rs 0.80.0 * changelog * fixup --------- Co-authored-by: Sebastian Bernauer <[email protected]> Co-authored-by: Sebastian Bernauer <[email protected]> Co-authored-by: Nick <[email protected]>
1 parent dbf3648 commit 2c0df33

File tree

9 files changed

+341
-168
lines changed

9 files changed

+341
-168
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ All notable changes to this project will be documented in this file.
1010
- Allow configuring proxy host behavior ([#668]).
1111
- Support disabling the `create-reporting-task` Job ([#690]).
1212
- Support podOverrides on the `create-reporting-task` Job using the field `spec.clusterConfig.createReportingTaskJob.podOverrides` ([#690]).
13+
- The operator can now run on Kubernetes clusters using a non-default cluster domain.
14+
Use the env var `KUBERNETES_CLUSTER_DOMAIN` or the operator Helm chart property `kubernetesClusterDomain` to set a non-default cluster domain ([#694]).
1315

1416
### Changed
1517

@@ -40,6 +42,7 @@ All notable changes to this project will be documented in this file.
4042
[#675]: https://github.com/stackabletech/nifi-operator/pull/675
4143
[#686]: https://github.com/stackabletech/nifi-operator/pull/686
4244
[#690]: https://github.com/stackabletech/nifi-operator/pull/690
45+
[#694]: https://github.com/stackabletech/nifi-operator/pull/694
4346

4447
## [24.7.0] - 2024-07-24
4548

0 commit comments

Comments
 (0)