Skip to content

Commit 9ee26cd

Browse files
committed
[SPARK-52115] Document Helm Chart
### What changes were proposed in this pull request? This PR aims to document `Helm Chart` by updating `README.md` and providing the following links. - <https://apache.github.io/spark-kubernetes-operator/> <img width="939" alt="Screenshot 2025-05-13 at 15 10 55" src="https://github.com/user-attachments/assets/b8d674ef-11e7-406f-b6f7-ea3fa89b3813" /> - <https://artifacthub.io/packages/helm/spark-kubernetes-operator/spark-kubernetes-operator/> <img width="616" alt="Screenshot 2025-05-13 at 15 12 01" src="https://github.com/user-attachments/assets/6f02c026-d15b-471e-9cc7-2ac12ef82654" /> ### Why are the changes needed? To recommend `Helm Chart`. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#194 from dongjoon-hyun/SPARK-52115. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent b5b4540 commit 9ee26cd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Apache Spark K8s Operator
22

3+
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/spark-kubernetes-operator)](https://artifacthub.io/packages/search?repo=spark-kubernetes-operator)
34
[![GitHub Actions Build](https://github.com/apache/spark-kubernetes-operator/actions/workflows/build_and_test.yml/badge.svg)](https://github.com/apache/spark-kubernetes-operator/actions/workflows/build_and_test.yml)
45
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
56
[![Repo Size](https://img.shields.io/github/repo-size/apache/spark-kubernetes-operator)](https://img.shields.io/github/repo-size/apache/spark-kubernetes-operator)
@@ -8,6 +9,18 @@ Apache Spark™ K8s Operator is a subproject of [Apache Spark](https://spark.apa
89
aims to extend K8s resource manager to manage Apache Spark applications via
910
[Operator Pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/).
1011

12+
## Install Helm Chart
13+
14+
Apache Spark provides a Helm Chart.
15+
- <https://apache.github.io/spark-kubernetes-operator/>
16+
- <https://artifacthub.io/packages/helm/spark-kubernetes-operator/spark-kubernetes-operator/>
17+
18+
```
19+
$ helm repo add spark-kubernetes-operator https://apache.github.io/spark-kubernetes-operator
20+
$ helm repo update
21+
$ helm install spark-kubernetes-operator spark-kubernetes-operator/spark-kubernetes-operator
22+
```
23+
1124
## Building Spark K8s Operator
1225

1326
Spark K8s Operator is built using Gradle.

0 commit comments

Comments
 (0)