Skip to content

Releases: volcano-sh/volcano

v0.4.1

16 Jul 01:12
4feb02f
Compare
Choose a tag to compare

v0.4.1 (2020-07-14)

v1.0.0

08 Jul 03:39
Compare
Choose a tag to compare

1.0 What's New

1. GPU Sharing

Volcano now supports gpu sharing between different pods (#852, @tizhou86, @hzxuzhonghu).

2. Preempt and reclaim enhancement

Volcano is now able to support preempt for batch job (#738, @carmark).

3. Dynamic scale up and down

Volcano job now supports dynamically scale up and down (#787, @hzxuzhonghu).

4. Support integrate with flink operator

Users are now able to run flink job with volcano. Follow the instructions here to make use of the feature. @hzxuzhonghu).

5. Support DAG job with argo

Users are now able to run DAG job with volcano. Follow the instructions here to make use of the feature. @alcorf-mizar).

Other Notable Changes

Bug Fixes

v0.4.0

09 Apr 09:26
Compare
Choose a tag to compare

v0.4.0 (2020-04-09)

v0.4-beta

07 Apr 13:13
81201a7
Compare
Choose a tag to compare
v0.4-beta Pre-release
Pre-release

v0.4 (2020-04-07)

v0.3.0

28 Jul 07:48
a9b7651
Compare
Choose a tag to compare

This is to support go get

v0.3

21 Jan 09:33
aa51cba
Compare
Choose a tag to compare
Read more

v0.2

03 Sep 07:10
92484da
Compare
Choose a tag to compare

v0.1

14 May 07:16
feabf5a
Compare
Choose a tag to compare

Features

  • IndexedJob

  • Multiple Pod template

  • Error handling of Pod/Job

  • Queue/Job command line

  • Delay Pod Creation

  • Job plugins

    • env: set VK_TASK_INDEX to each container, is a index for giving the identity to container

    • svc: create headless Serivce and *.host to enable pods communicate

    • ssh: sign in ssh without password, e.g. use command mpirun or mpiexec

Docker Images:

docker pull volcanosh/vk-scheduler:v0.1
docker pull volcanosh/vk-controllers:v0.1
docker pull volcanosh/vk-admission:v0.1