Skip to content

Commit e138c37

Browse files
authored
feat: Support non-default cluster domain (#480)
* adapt to op-rs 0.79.0 * adapt changelog * adapt to op-rs 0.80.0
1 parent 4d27ed0 commit e138c37

File tree

5 files changed

+219
-162
lines changed

5 files changed

+219
-162
lines changed

CHANGELOG.md

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

99
- Make spark-env.sh configurable via `configOverrides` ([#473]).
1010
- The Spark history server can now service logs from HDFS compatible systems ([#479]).
11+
- The operator can now run on Kubernetes clusters using a non-default cluster domain.
12+
Use the env var `KUBERNETES_CLUSTER_DOMAIN` or the operator Helm chart property `kubernetesClusterDomain` to set a non-default cluster domain ([#480]).
1113

1214
### Changed
1315

@@ -35,6 +37,7 @@ All notable changes to this project will be documented in this file.
3537
[#472]: https://github.com/stackabletech/spark-k8s-operator/pull/472
3638
[#473]: https://github.com/stackabletech/spark-k8s-operator/pull/473
3739
[#479]: https://github.com/stackabletech/spark-k8s-operator/pull/479
40+
[#480]: https://github.com/stackabletech/spark-k8s-operator/pull/480
3841

3942
## [24.7.0] - 2024-07-24
4043

0 commit comments

Comments
 (0)