kubeflow / common

Common APIs and libraries shared by other Kubeflow operator repositories.
Apache License 2.0
51 stars 73 forks source link

[feature] Support delay pods creating when EnableGangScheduling is true #129

Closed shinytang6 closed 3 years ago

shinytang6 commented 3 years ago

As described in https://github.com/kubeflow/tf-operator/issues/1264 and https://github.com/volcano-sh/volcano/issues/1387

we expect that if EnableGangScheduling is true, the pods controlled by job operator should be delay creating util the podgroup status is Inqueue or Running.

/cc @Thor-wl @jiangkaihua