Awesome
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