Skip to content

Commit c053b45

Browse files
committed
[SPARK-52115] Document Helm Chart
1 parent b5b4540 commit c053b45

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)