Go to file
Monokaix 18063623b3 Update index.yaml
Signed-off-by: Monokaix <Monokaix@users.noreply.github.com>
2025-05-31 11:33:23 +00:00
LICENSE Initial commit 2023-05-09 15:37:23 +08:00
OWNERS add owners file for helm charts repo 2023-07-20 11:12:05 +08:00
README.md Update readme 2024-01-10 15:15:50 +08:00
index.yaml Update index.yaml 2025-05-31 11:33:23 +00:00

README.md

Volcano Community Kubernetes Helm Charts

The code is provided as-is with no warranties.

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

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

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. If you had already added this repo before, please run the following command to get the latest version.

helm repo update

Install Volcano:

helm install volcano volcano-sh/volcano -n volcano-system --create-namespace

Uninstall Volcano:

helm uninstall volcano -n volcano-system