Commit 700d69d
committed
[SPARK-49887] Update
### What changes were proposed in this pull request?
This PR aims to update `cluster-with-template.yaml` example with pod annotation.
### Why are the changes needed?
For `SparkCluster` CRD, `safe-to-evict` is frequently used. We had better provide it as an example.
```yaml
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
```
### Does this PR introduce _any_ user-facing change?
No. This is only an example update.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#144 from dongjoon-hyun/SPARK-49887.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>cluster-with-template.yaml example with pod annotation1 parent bb809ec commit 700d69d
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
64 | 70 | | |
65 | 71 | | |
66 | 72 | | |
| |||
0 commit comments