File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,12 @@ All notable changes to this project will be documented in this file.
1919 We now correctly handle multiple certificates in this cases.
2020 See [ this GitHub issue] ( https://github.com/stackabletech/issues/issues/764 ) for details
2121
22+ - The service account of spark applications can now be overriden with pod overrides ([ #617 ] ).
23+
24+ Previously the spplication service account was passed as command line argument to spark-submit
25+ and was thus not possible to overwrite with pod overrides for the driver and executors.
26+ This CLI argument has now been moved to the pod templates of the individual roles.
27+
2228### Removed
2329
2430- Support for Spark versions 3.5.5 has been dropped ([ #610 ] ).
@@ -28,6 +34,7 @@ All notable changes to this project will be documented in this file.
2834[ #608 ] : https://github.com/stackabletech/spark-k8s-operator/pull/608
2935[ #610 ] : https://github.com/stackabletech/spark-k8s-operator/pull/610
3036[ #611 ] : https://github.com/stackabletech/spark-k8s-operator/pull/611
37+ [ #617 ] : https://github.com/stackabletech/spark-k8s-operator/pull/617
3138
3239## [ 25.7.0] - 2025-07-23
3340
You can’t perform that action at this time.
0 commit comments