Skip to content

Commit 01077b3

Browse files
committed
Fix k8s version to 1.36
Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
1 parent 50ed361 commit 01077b3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • docs/proposals/3015-workload-aware-scheduling

docs/proposals/3015-workload-aware-scheduling/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ scheduling in Kubernetes, with integration planned for:
4141

4242
1. Replace existing Coscheduling or Volcano plugins - this is an additional scheduling option
4343
1. 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+
4545
1. 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
170170
spec:
171+
podGroupPolicy:
172+
workload: {}
171173
mlPolicy:
172174
numNodes: 1
173175
mpi:

0 commit comments

Comments
 (0)