This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 301fc5c Add Spark K8s Operator 0.5.0
301fc5c is described below
commit 301fc5cfb368a311db2200b7ae0d98fbb251957e
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Oct 2 08:51:20 2025 -0700
Add Spark K8s Operator 0.5.0
---
index.md | 7 ++++---
index.yaml | 25 ++++++++++++++++++++++++-
2 files changed, 28 insertions(+), 4 deletions(-)
diff --git a/index.md b/index.md
index 9bb972f..ad8cabf 100644
--- a/index.md
+++ b/index.md
@@ -9,6 +9,7 @@ aims to extend K8s resource manager to manage Apache Spark
applications and clus
## Releases
+- [0.5.0
(2025-10-02)](https://github.com/apache/spark-kubernetes-operator/releases/tag/0.5.0)
- [0.4.0
(2025-07-03)](https://github.com/apache/spark-kubernetes-operator/releases/tag/0.4.0)
- [0.3.0
(2025-06-04)](https://github.com/apache/spark-kubernetes-operator/releases/tag/0.3.0)
- [0.2.0
(2025-05-20)](https://github.com/apache/spark-kubernetes-operator/releases/tag/0.2.0)
@@ -17,7 +18,7 @@ aims to extend K8s resource manager to manage Apache Spark
applications and clus
## Requirements
- Apache Spark 3.5+
-- Kubernetes 1.31+ cluster
+- Kubernetes 1.32+ cluster
- Helm 3.0+
## Install Helm Chart
@@ -28,7 +29,7 @@ $ helm repo update
$ helm install spark spark/spark-kubernetes-operator
$ helm list
NAME NAMESPACE REVISION UPDATED STATUS CHART
APP VERSION
-spark default 1 2025-07-03 09:28:56.90529 -0700 PDT deployed
spark-kubernetes-operator-1.2.0 0.4.0
+spark default 1 2025-10-02 08:42:35.12753 -0700 PDT deployed
spark-kubernetes-operator-1.3.0 0.5.0
```
## Run Spark Pi App
@@ -72,7 +73,7 @@ Pi is roughly 3.1426151426151425
## Run Spark Cluster
```bash
-$ kubectl apply -f
https://raw.githubusercontent.com/apache/spark-kubernetes-operator/refs/tags/0.4.0/examples/prod-cluster-with-three-workers.yaml
+$ kubectl apply -f
https://raw.githubusercontent.com/apache/spark-kubernetes-operator/refs/tags/0.5.0/examples/prod-cluster-with-three-workers.yaml
sparkcluster.spark.apache.org/prod created
$ kubectl get sparkcluster
diff --git a/index.yaml b/index.yaml
index 61de76c..49ad26a 100644
--- a/index.yaml
+++ b/index.yaml
@@ -93,4 +93,27 @@ entries:
urls:
-
https://github.com/apache/spark-kubernetes-operator/releases/download/0.4.0/spark-kubernetes-operator-1.2.0.tgz
version: 1.2.0
-generated: "2025-07-03T09:30:10.466494-07:00"
+ - apiVersion: v2
+ appVersion: 0.5.0
+ created: "2025-10-02T08:44:30.965238-07:00"
+ description: The official Helm chart to deploy Apache Spark, an unified
engine
+ for large-scale data analytics
+ digest: 4606e37645c6eb455d10448df5e6f3d9f095bee38c772772cb9dec0e6d035213
+ home: https://apache.github.io/spark-kubernetes-operator/
+ icon: https://spark.apache.org/images/spark-logo.png
+ keywords:
+ - apache
+ - spark
+ - sparkapp
+ - sparkcluster
+ maintainers:
+ - email: [email protected]
+ name: Apache Spark PMC
+ name: spark-kubernetes-operator
+ sources:
+ - https://github.com/apache/spark-kubernetes-operator/
+ type: application
+ urls:
+ -
https://github.com/apache/spark-kubernetes-operator/releases/download/0.5.0/spark-kubernetes-operator-1.3.0.tgz
+ version: 1.3.0
+generated: "2025-10-02T08:44:30.960679-07:00"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]