chainer-operator
chainer-operator copied to clipboard
Support gang-scheduling
Multi-nodeChainerJob
is expected to be scheduled as a group of pods, in other words all the pods should be scheduled at once. kube-arbitrator support such scheduling.
/priority p2
/priority p1
/remove-priority p2
For simplicity and uniformity among other kubeflow operators (tf, pytorch, mpi, ...), introducing --enable-gang-scheduling
flag sounds nice.
/area 0.4.0
/priority p2
/remove-priority p1