We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ad59c6 + a376ba6 commit b8409cfCopy full SHA for b8409cf
README.md
@@ -1 +1,27 @@
1
-# helm-charts
+# 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