Skip to content

Commit

Permalink
Create initial patch for training-operator to make use of vulcano sch…
Browse files Browse the repository at this point in the history
…eduler
  • Loading branch information
JMGaljaard committed Sep 25, 2023
1 parent 89c100a commit 7817a14
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: training-operator
spec:
template:
spec:
containers:
- name: training-operator
command:
- /manager
- --gang-scheduler-name=scheduler-plugins

0 comments on commit 7817a14

Please sign in to comment.