File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 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
89aims 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
1326Spark K8s Operator is built using Gradle.
You can’t perform that action at this time.
0 commit comments