Skip to content

Commit

Permalink
fix the invalid repo address (kubeflow#1291)
Browse files Browse the repository at this point in the history
Signed-off-by: william-wang <[email protected]>
  • Loading branch information
william-wang authored Jul 6, 2021
1 parent 92e8d78 commit 53b50d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/volcano-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ same environment, please refer [Quick Start Guide](https://github.com/volcano-sh

Within the help of Helm chart, Kubernetes Operator for Apache Spark with Volcano can be easily installed with the command below:
```bash
$ helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator
$ helm install incubator/sparkoperator --namespace spark-operator --set enableBatchScheduler=true --set enableWebhook=true
$ helm repo add spark-operator https://googlecloudplatform.github.io/spark-on-k8s-operator
$ helm install my-release spark-operator/spark-operator --namespace spark-operator --set enableBatchScheduler=true --set enableWebhook=true
```

# Run Spark Application with Volcano scheduler
Expand Down

0 comments on commit 53b50d4

Please sign in to comment.