Skip to content

Commit a61c09d

Browse files
authored
feat: Support non-default cluster domain (#655)
* adapt to op-rs 0.79.0 * adapt changelog * adapt to op-rs 0.80.0
1 parent 24f4921 commit a61c09d

File tree

8 files changed

+185
-106
lines changed

8 files changed

+185
-106
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ All notable changes to this project will be documented in this file.
77
### Added
88

99
- Added support for Trino 455 ([#638]).
10+
- The operator can now run on Kubernetes clusters using a non-default cluster domain.
11+
Use the env var `KUBERNETES_CLUSTER_DOMAIN` or the operator Helm chart property `kubernetesClusterDomain` to set a non-default cluster domain ([#655]).
1012

1113
### Changed
1214

@@ -29,6 +31,7 @@ All notable changes to this project will be documented in this file.
2931
[#634]: https://github.com/stackabletech/trino-operator/pull/634
3032
[#638]: https://github.com/stackabletech/trino-operator/pull/638
3133
[#646]: https://github.com/stackabletech/trino-operator/pull/646
34+
[#655]: https://github.com/stackabletech/trino-operator/pull/655
3235

3336
## [24.7.0] - 2024-07-24
3437

0 commit comments

Comments
 (0)