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
commit 361e68b449d10617ba88b62a73860ff8bdf6ec67 Author: Dongjoon Hyun <[email protected]> AuthorDate: Tue May 13 19:02:09 2025 -0700 Revisie title and description --- README.md | 70 ------------------------------------------------------------- _config.yml | 2 ++ index.md | 2 +- 3 files changed, 3 insertions(+), 71 deletions(-) diff --git a/README.md b/README.md deleted file mode 100644 index 605ef08..0000000 --- a/README.md +++ /dev/null @@ -1,70 +0,0 @@ -# Apache Spark Kubernetes Operator - -[](https://artifacthub.io/packages/search?repo=spark-kubernetes-operator) -[](https://opensource.org/licenses/Apache-2.0) - -Apache Spark™ K8s Operator is a subproject of [Apache Spark](https://spark.apache.org/) and -aims to extend K8s resource manager to manage Apache Spark applications and clusters via -[Operator Pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/). - -## Releases - -- <https://github.com/apache/spark-kubernetes-operator/releases/tag/v0.1.0> - -## 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 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 - -```bash -$ kubectl apply -f https://raw.githubusercontent.com/apache/spark-kubernetes-operator/refs/tags/v0.1.0/examples/pi.yaml - -$ kubectl get sparkapp -NAME CURRENT STATE AGE -pi ResourceReleased 4m10s - -$ kubectl delete sparkapp/pi -``` - -## Run Spark Cluster - -```bash -$ kubectl apply -f https://raw.githubusercontent.com/apache/spark-kubernetes-operator/refs/tags/v0.1.0/examples/prod-cluster-with-three-workers.yaml - -$ kubectl get sparkcluster -NAME CURRENT STATE AGE -prod RunningHealthy 10s - -$ kubectl delete sparkcluster prod -sparkcluster.spark.apache.org "prod" deleted -``` - -## Clean Up - -Check the existing Spark applications and clusters. If exists, delete them. - -``` -$ kubectl get sparkapp -No resources found in default namespace. - -$ kubectl get sparkcluster -No resources found in default namespace. -``` - -Remove HelmChart and CRDs. - -``` -$ helm uninstall spark-kubernetes-operator - -$ kubectl delete crd sparkapplications.spark.apache.org - -$ kubectl delete crd sparkclusters.spark.apache.org -``` diff --git a/_config.yml b/_config.yml index 9791d79..e0a4c21 100644 --- a/_config.yml +++ b/_config.yml @@ -17,3 +17,5 @@ remote_theme: pages-themes/[email protected] plugins: - jekyll-remote-theme + +description: 'A subproject of Apache Spark™' diff --git a/index.md b/index.md index 63b4222..f5d0f66 100644 --- a/index.md +++ b/index.md @@ -1,4 +1,4 @@ -# Apache Spark Kubernetes Operator +# Apache Spark™ K8s Operator [](https://artifacthub.io/packages/search?repo=spark-kubernetes-operator) [](https://opensource.org/licenses/Apache-2.0) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
