-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Document resource parsing with examples (#297)
* document resource parsing with examples * updated changelog * minor changes * more minor changes * removed unused spark conf argument * write cpu/min to cpu/request and exclude redundant conf setting * updated docs to reflect last changes * Update docs/modules/spark-k8s/pages/usage-guide/resources.adoc Co-authored-by: Sebastian Bernauer <[email protected]> * typo * corrected text re. cores settings --------- Co-authored-by: Sebastian Bernauer <[email protected]>
- Loading branch information
Showing
5 changed files
with
171 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ spec: | |
cpu: "2" | ||
memory: 1Gi | ||
requests: | ||
cpu: "2" | ||
cpu: "1" | ||
memory: 1Gi | ||
--- | ||
apiVersion: v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters