vcctl

Download from GitHub:

$ git clone -b v1.11.1 git@github.com:volcano-sh/volcano.git

Build (need C++ and Go development environments, see “Install C/C++ Development Environment” and “Install GO Development Environment”):

$ cd volcano/
$ make vcctl
$ cp _output/bin/vcctl ${HOME}/bin

Show queue list:

$ vcctl queue list
Name                     Weight  State   Inqueue Pending Running Unknown Completed
default                  1       Open    0       0       1       0       0
root                     1       Open    0       0       0       0       0
test                     1       Open    0       0       0       0       0

Show job list:

$ vcctl job list
Name    Creation       Phase       JobType     Replicas    Min   Pending   Running   Succeeded   Failed    Unknown     RetryCount
sleep   2025-05-07     Running     Batch       3           3     0         3         0           0         0           0