Skip to content

Commit

Permalink
Merge pull request #236 from thandayuthapani/readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
volcano-sh-bot committed Jun 21, 2019
2 parents 214c579 + 43fa73d commit b6f2952
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,26 @@ the open source community.

## Quick Start Guide

The easiest way to deploy Volcano is to use the Helm chart.
The easiest way to deploy Volcano is to use the Helm chart. Volcano can be deployed by cloning code and also by adding helm repo.

## Using Volcano Helm Repo

Add helm repo using following command,

```
helm repo add volcano https://volcano-sh.github.io/charts
```

Install Volcano using following command,

```
helm install volcano/volcano --namespace <namespace> --name <specified-name>
For eg :
helm install volcano/volcano --namespace volcano-trial --name volcano-trial
```

## Cloning Code
### Pre-requisites

First of all, clone the repo to your local path:
Expand Down

0 comments on commit b6f2952

Please sign in to comment.