Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 638 Bytes

volcano.md

File metadata and controls

25 lines (20 loc) · 638 Bytes

Example of running Volcano job with knavigator

Install volcano:

Using YAML files:

kubectl apply -f https://github.com/raw/volcano-sh/volcano/master/installer/volcano-development.yaml

Using helm:

helm repo add volcano-sh https://volcano-sh.github.io/helm-charts
helm repo update
helm install volcano volcano-sh/volcano -n volcano-system --create-namespace

Optionally, create a priority class:

kubectl create priorityclass normal-priority --value=100000

Run a Volcano job:

./bin/knavigator -workflow ./resources/workflows/volcano/test-job.yml