File tree Expand file tree Collapse file tree
docs/proposals/3015-workload-aware-scheduling Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ scheduling in Kubernetes, with integration planned for:
4141
42421 . Replace existing Coscheduling or Volcano plugins - this is an additional scheduling option
43431 . Support all Workload API features immediately - focus on core gang scheduling first
44- 1 . Support Kubernetes versions < 1.35 - Workload API requires v1.35 +
44+ 1 . Support Kubernetes versions < 1.35 - Workload API requires v1.36 +
45451 . Delegate Workload creation to JobSet - the TrainJob controller (as the highest-level controller)
4646 must create the Workload object
4747
@@ -168,6 +168,8 @@ metadata:
168168 labels :
169169 trainer.kubeflow.org/framework : deepspeed
170170spec :
171+ podGroupPolicy :
172+ workload : {}
171173 mlPolicy :
172174 numNodes : 1
173175 mpi :
You can’t perform that action at this time.
0 commit comments