@@ -27,7 +27,7 @@ kubectl delete crd noderesourcetopologies.topology.node.k8s.io
2727
2828Create ` default-priority ` , ` high-priority ` , and ` low-priority ` priority classes:
2929``` sh
30- kubectl apply -f setup.k8s-v1.25 /mlbatch-priorities.yaml
30+ kubectl apply -f setup.k8s-v1.27 /mlbatch-priorities.yaml
3131```
3232
3333## Coscheduler
@@ -40,8 +40,8 @@ helm install scheduler-plugins --namespace scheduler-plugins --create-namespace
4040```
4141Patch Coscheduler pod priorities:
4242``` sh
43- kubectl patch deployment -n scheduler-plugins --type=json --patch-file setup.k8s-v1.25 /coscheduler-priority-patch.yaml scheduler-plugins-controller
44- kubectl patch deployment -n scheduler-plugins --type=json --patch-file setup.k8s-v1.25 /coscheduler-priority-patch.yaml scheduler-plugins-scheduler
43+ kubectl patch deployment -n scheduler-plugins --type=json --patch-file setup.k8s-v1.27 /coscheduler-priority-patch.yaml scheduler-plugins-controller
44+ kubectl patch deployment -n scheduler-plugins --type=json --patch-file setup.k8s-v1.27 /coscheduler-priority-patch.yaml scheduler-plugins-scheduler
4545```
4646
4747## Install Operators
@@ -53,22 +53,22 @@ kubectl create namespace mlbatch-system
5353
5454Install the Kubeflow Training Operator
5555``` sh
56- kubectl apply --server-side -k setup.k8s-v1.25 /training-operator
56+ kubectl apply --server-side -k setup.k8s-v1.27 /training-operator
5757```
5858
5959Install the KubeRay Operator
6060``` sh
61- kubectl apply --server-side -k setup.k8s-v1.25 /kuberay
61+ kubectl apply --server-side -k setup.k8s-v1.27 /kuberay
6262```
6363
6464Install Kueue
6565``` sh
66- kubectl apply --server-side -k setup.k8s-v1.25 /kueue
66+ kubectl apply --server-side -k setup.k8s-v1.27 /kueue
6767```
6868
6969Install the AppWrapper Operator
7070``` sh
71- kubectl apply --server-side -k setup.k8s-v1.25 /appwrapper
71+ kubectl apply --server-side -k setup.k8s-v1.27 /appwrapper
7272```
7373The provided configuration differs from the default configuration of the
7474operators as follows:
@@ -90,14 +90,14 @@ operators as follows:
9090
9191Create Kueue's default flavor:
9292``` sh
93- kubectl apply -f setup.k8s-v1.25 /default-flavor.yaml
93+ kubectl apply -f setup.k8s-v1.27 /default-flavor.yaml
9494```
9595
9696## Cluster Role
9797
9898Create ` mlbatch-edit ` role:
9999``` sh
100- kubectl apply -f setup.k8s-v1.25 /mlbatch-edit-role.yaml
100+ kubectl apply -f setup.k8s-v1.27 /mlbatch-edit-role.yaml
101101```
102102
103103## Slack Cluster Queue
0 commit comments