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 d5dc3f4 Add Spark K8s Operator 0.3.0 d5dc3f4 is described below commit d5dc3f4923e67bb61a8f1ff48ee76b48bac30c04 Author: Dongjoon Hyun <dongj...@apache.org> AuthorDate: Wed Jun 4 11:14:30 2025 -0700 Add Spark K8s Operator 0.3.0 --- index.md | 5 +++-- index.yaml | 25 ++++++++++++++++++++++++- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index 4d86694..d633ea7 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.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) - [0.1.0 (2025-05-08)](https://github.com/apache/spark-kubernetes-operator/releases/tag/v0.1.0) @@ -26,7 +27,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-05-20 11:32:45.58896 -0700 PDT deployed spark-kubernetes-operator-1.0.0 0.2.0 +spark default 1 2025-06-04 11:06:24.61408 -0700 PDT deployed spark-kubernetes-operator-1.1.0 0.3.0 ``` ## Run Spark Pi App @@ -70,7 +71,7 @@ Pi is roughly 3.1426151426151425 ## Run Spark Cluster ```bash -$ kubectl apply -f https://raw.githubusercontent.com/apache/spark-kubernetes-operator/refs/tags/0.2.0/examples/prod-cluster-with-three-workers.yaml +$ kubectl apply -f https://raw.githubusercontent.com/apache/spark-kubernetes-operator/refs/tags/0.3.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 aeaf876..3824072 100644 --- a/index.yaml +++ b/index.yaml @@ -47,4 +47,27 @@ entries: urls: - https://github.com/apache/spark-kubernetes-operator/releases/download/0.2.0/spark-kubernetes-operator-1.0.0.tgz version: 1.0.0 -generated: "2025-05-20T11:19:27.563998-07:00" + - apiVersion: v2 + appVersion: 0.3.0 + created: "2025-06-04T11:07:51.161514-07:00" + description: The official Helm chart to deploy Apache Spark, an unified engine + for large-scale data analytics + digest: 4d0a0e12293659e8efb3dadd360cc5cda7a7312b5fc5cbe5673e420bda49b833 + home: https://apache.github.io/spark-kubernetes-operator/ + icon: https://spark.apache.org/images/spark-logo.png + keywords: + - apache + - spark + - sparkapp + - sparkcluster + maintainers: + - email: d...@spark.apache.org + 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.3.0/spark-kubernetes-operator-1.1.0.tgz + version: 1.1.0 +generated: "2025-06-04T11:07:51.157295-07:00" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org