Commit 9d57828
committed
[SPARK-52827] Add
### What changes were proposed in this pull request?
This PR aims to add `pi-with-template.yaml` example to illustrate `podTemplateSpec` in addition to the docs.
### Why are the changes needed?
This is frequently used to specify `priorityClassName` and other K8s spec like the following.
```yaml
driverSpec:
podTemplateSpec:
spec:
priorityClassName: system-cluster-critical
terminationGracePeriodSeconds: 0
executorSpec:
podTemplateSpec:
spec:
priorityClassName: system-cluster-critical
terminationGracePeriodSeconds: 0
```
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manually test.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #285 from dongjoon-hyun/SPARK-52827.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>pi-with-template.yaml example1 parent 93204b2 commit 9d57828
1 file changed
+41
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
0 commit comments