File tree 10 files changed +60
-4
lines changed
10 files changed +60
-4
lines changed Original file line number Diff line number Diff line change 11
11
manageJobsWithoutQueueName: true
12
12
waitForPodsReady:
13
13
enable: false
14
- queueName : default-queue
14
+ defaultQueueName : default-queue
15
15
schedulerName: scheduler-plugins-scheduler
16
16
userRBACAdmissionCheck: false
17
17
controllerManager:
Original file line number Diff line number Diff line change @@ -6,10 +6,17 @@ namespace: mlbatch-system
6
6
resources :
7
7
- " https://github.com/project-codeflare/appwrapper/config/default?ref=v0.21.0"
8
8
9
+ labels :
10
+ - pairs :
11
+ app.kubernetes.io/name : appwrapper
12
+ app.kubernetes.io/component : controller
13
+ includeSelectors : true
14
+
9
15
images :
10
16
- name : quay.io/ibm/appwrapper
11
17
newTag : v0.21.0
12
18
13
19
patches :
14
- - path : manager_resources_patch.yaml
15
20
- path : config_patch.yaml
21
+ - path : manager_resources_patch.yaml
22
+ - path : remove_default_namespace.yaml
Original file line number Diff line number Diff line change
1
+ $patch : delete
2
+ apiVersion : v1
3
+ kind : Namespace
4
+ metadata :
5
+ name : appwrapper-system
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ namespace: mlbatch-system
6
6
resources :
7
7
- " https://github.com/ray-project/kuberay/ray-operator/config/default?ref=v1.1.0"
8
8
9
+ labels :
10
+ - pairs :
11
+ app.kubernetes.io/name : kuberay
12
+ app.kubernetes.io/component : controller
13
+ includeSelectors : true
14
+
9
15
patches :
10
16
- path : remove_default_namespace.yaml
11
17
- path : manager_resources_patch.yaml
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ namespace: mlbatch-system
6
6
resources :
7
7
- " https://github.com/kubernetes-sigs/kueue/config/default?ref=v0.7.1"
8
8
9
+ labels :
10
+ - pairs :
11
+ app.kubernetes.io/name : kueue
12
+ app.kubernetes.io/component : controller
13
+ includeSelectors : true
14
+
9
15
configMapGenerator :
10
16
- name : manager-config
11
17
namespace : kueue-system
@@ -19,6 +25,10 @@ images:
19
25
newTag : v0.7.1
20
26
21
27
patches :
28
+ - path : manager_resources_patch.yaml
29
+ - path : mutating_webhook_patch.yaml
30
+ - path : remove_default_namespace.yaml
31
+ - path : validating_webhook_patch.yaml
22
32
- target :
23
33
kind : ClusterRole
24
34
name : manager-role
@@ -34,4 +44,3 @@ patches:
34
44
- get
35
45
- list
36
46
- watch
37
- - path : manager_resources_patch.yaml
Original file line number Diff line number Diff line change 1
1
apiVersion : apps/v1
2
2
kind : Deployment
3
3
metadata :
4
- name : kueue -manager
4
+ name : controller -manager
5
5
namespace : system
6
6
spec :
7
7
template :
Original file line number Diff line number Diff line change
1
+ apiVersion : admissionregistration.k8s.io/v1
2
+ kind : MutatingWebhookConfiguration
3
+ metadata :
4
+ name : mutating-webhook-configuration
5
+ webhooks :
6
+ - $patch : delete
7
+ name : mpod.kb.io
8
+ - $patch : delete
9
+ name : mjob.kb.io
Original file line number Diff line number Diff line change
1
+ $patch : delete
2
+ apiVersion : v1
3
+ kind : Namespace
4
+ metadata :
5
+ name : kueue-system
Original file line number Diff line number Diff line change
1
+ apiVersion : admissionregistration.k8s.io/v1
2
+ kind : ValidatingWebhookConfiguration
3
+ metadata :
4
+ name : validating-webhook-configuration
5
+ webhooks :
6
+ - $patch : delete
7
+ name : vpod.kb.io
8
+ - $patch : delete
9
+ name : vjob.kb.io
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ namespace: mlbatch-system
5
5
resources :
6
6
- " https://github.com/kubeflow/training-operator/manifests/base?ref=v1.7.0"
7
7
8
+ labels :
9
+ - pairs :
10
+ app.kubernetes.io/name : training-operator
11
+ app.kubernetes.io/component : controller
12
+ includeSelectors : true
13
+
8
14
images :
9
15
- name : kubeflow/training-operator
10
16
newTag : " v1-855e096"
You can’t perform that action at this time.
0 commit comments