From 905da73b6405e9a94f58e575174308e2396e9b45 Mon Sep 17 00:00:00 2001 From: "Marcus V. Oliveira" Date: Tue, 22 Feb 2022 13:08:56 -0300 Subject: [PATCH] Update doc --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 54da6d8..9ed95e6 100644 --- a/README.md +++ b/README.md @@ -18,17 +18,16 @@ the Kubernetes [Helm](https://helm.sh/) chart for deploying ## Quickstart -Clone the repository +Add pyspark-notebook helm repo by running the following ```(shell) -git clone https://github.com/A3Data/pyspark-helm.git +helm repo add pyspark-notebook https://a3data.github.io/pyspark-notebook-helm/ ``` -deploy Pyspark Notebook by running the following +Then, deploy the pyspark-notebook by running the following ```(shell) -helm dependency update ./pyspark-helm/Chart.yaml -helm install pyspark ./pyspark-helm/ --values ./pyspark-helm/values.yaml +helm install pyspark-notebook pyspark-notebook/pyspark-notebook ``` Run `kubectl get all` to check whether all the pyspark resources are running. You should get a result similar to below. @@ -63,9 +62,10 @@ jupyter server list ## LoadBalancer ```sh -helm install pyspark ./pyspark-helm/ --values ./pyspark-helm/values.yaml --set service.type=LoadBalancer +helm install pyspark-notebook pyspark-notebook/pyspark-notebook --set service.type=LoadBalancer ``` + ## GCP Example Create secret