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 f19f2cf Add helm list result f19f2cf is described below commit f19f2cfe997eed4ed75493832822c0e605a03a28 Author: Dongjoon Hyun <dongj...@apache.org> AuthorDate: Tue May 13 12:12:23 2025 -0700 Add helm list result --- index.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index 9aa4794..0b9ede8 100644 --- a/index.md +++ b/index.md @@ -13,9 +13,12 @@ aims to extend K8s resource manager to manage Apache Spark applications via ## Install Helm Chart ```bash -helm repo add spark-kubernetes-operator https://apache.github.io/spark-kubernetes-operator -helm repo update -helm install spark-kubernetes-operator +$ helm repo add spark-kubernetes-operator https://apache.github.io/spark-kubernetes-operator +$ helm repo update +$ helm install spark-kubernetes-operator spark-kubernetes-operator/spark-kubernetes-operator +$ helm list +NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION +spark-kubernetes-operator default 1 2025-05-13 12:11:15.303067 -0700 PDT deployed spark-kubernetes-operator-0.1.0 0.1.0 ``` ## Run Spark Pi App --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org