Skip to content

Commit b8409cf

Browse files
Merge pull request #1 from wangyang0616/feature_helm_repo_readme
Add usage of Volcano helm repo to Readme
2 parents 4ad59c6 + a376ba6 commit b8409cf

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

+27-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1-
# helm-charts
1+
# Volcano Community Kubernetes Helm Charts
2+
3+
The code is provided as-is with no warranties.
4+
5+
## Usage
6+
7+
[Helm](https://helm.sh) must be installed to use the charts.
8+
Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.
9+
10+
Once Helm is set up properly, add the repo as follows:
11+
12+
```console
13+
helm repo add volcano-sh https://volcano-sh.github.io/helm-charts
14+
```
15+
16+
You can then run `helm search repo volcano-sh` to see the charts.
17+
18+
19+
**Install Volcano:**
20+
```
21+
helm install volcano volcano-sh/volcano -n volcano-system --create-namespace
22+
```
23+
24+
**Uninstall Volcano:**
25+
```
26+
helm uninstall volcano -n volcano-system
27+
```

0 commit comments

Comments
 (0)