Skip to content

Commit

Permalink
Merge pull request #11 from A3Data/dev
Browse files Browse the repository at this point in the history
Update doc
  • Loading branch information
Marcus V. Oliveira authored Feb 22, 2022
2 parents b3c5f9b + 905da73 commit 41cb9a8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 41cb9a8

Please sign in to comment.