We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a935f8b commit 6537f17Copy full SHA for 6537f17
CHANGELOG.md
@@ -10,7 +10,9 @@ All notable changes to this project will be documented in this file.
10
11
### Fixed
12
13
-- Use actual values of resource CPU settings for pod values, but still rounding up for parallelism ([#408]).
+- BREAKING (behaviour): Specified CPU resources are now applied correctly (instead of rounding it to the next whole number).
14
+ This might affect your jobs, as they now e.g. only have 200m CPU resources requested instead of the 1000m it had so far,
15
+ meaning they might slow down significantly([#408]).
16
17
[#401]: https://github.com/stackabletech/spark-k8s-operator/pull/401
18
[#408]: https://github.com/stackabletech/spark-k8s-operator/pull/408
0 commit comments