Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 767 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 767 Bytes

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