Skip to content

Commit

Permalink
Merge pull request #1 from wangyang0616/feature_helm_repo_readme
Browse files Browse the repository at this point in the history
Add usage of Volcano helm repo to Readme
  • Loading branch information
volcano-sh-bot authored Jul 20, 2023
2 parents 4ad59c6 + a376ba6 commit b8409cf
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
# helm-charts
# Volcano Community Kubernetes Helm Charts

The code is provided as-is with no warranties.

## Usage

[Helm](https://helm.sh) must be installed to use the charts.
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
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.


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

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

0 comments on commit b8409cf

Please sign in to comment.