Skip to content

v0.1.0

Compare
Choose a tag to compare
@pawanpraka1 pawanpraka1 released this 03 Feb 06:41
· 20 commits to develop since this release
6083ef6
feat(schd): returning list of preferred nodes for scheduling (#2)


The scheduler should return list of preferred nodes for scheduling.
It is up to the user of this libary which can pick first node in
the preferred list or can try on all the nodes in the order returned
by the scheduler.

This can solve the issue where csi controller is not able to create
the volume on first node, it can pick the next one in the list.


Use the requisite list if preferred is not provided


Signed-off-by: Pawan <[email protected]>