Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-49887] Update
cluster-with-template.yaml
example with pod an…
…notation ### 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 #144 from dongjoon-hyun/SPARK-49887. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
- Loading branch information