Skip to content

Commit

Permalink
Merge pull request #4 from Monokaix/main
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
volcano-sh-bot authored Jan 10, 2024
2 parents db81404 + a5c3f91 commit fb40d3a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,22 @@ Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.

Once Helm is set up properly, add the repo as follows:

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

You can then run `helm search repo volcano-sh` to see the charts.
You can then run `helm search repo volcano-sh` to see the charts. If you had already added this repo before, please run the following command to get the latest version.

```shell
helm repo update
```

**Install Volcano:**
```
```shell
helm install volcano volcano-sh/volcano -n volcano-system --create-namespace
```

**Uninstall Volcano:**
```
```shell
helm uninstall volcano -n volcano-system
```

0 comments on commit fb40d3a

Please sign in to comment.