Skip to content

Commit 77871c9

Browse files
authored
small fixes to KubeConEU tutorial steps (#144)
Ran through MLBatch install steps; other then these tweaks it was all good.
1 parent ff58e35 commit 77871c9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.KubeConEU25/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ kubectl apply --server-side -k setup.k8s/kuberay
133133
kubectl apply --server-side -k setup.k8s/kueue
134134

135135
# Wait for Kueue to be running
136-
kubectl get pods -n kueue-system
136+
kubectl get pods -n mlbatch-system
137137

138138
# Deploy AppWrapper
139139
kubectl apply --server-side -k setup.k8s/appwrapper/coscheduling
@@ -154,6 +154,7 @@ kubectl apply -f setup.k8s/mlbatch-edit-role.yaml
154154

155155
# Create slack cluster queue with 8 gpus
156156
kubectl apply -f- << EOF
157+
apiVersion: kueue.x-k8s.io/v1beta1
157158
kind: ClusterQueue
158159
metadata:
159160
name: slack-cluster-queue
@@ -201,6 +202,7 @@ kubectl label namespace red mlbatch-team-namespace=true
201202

202203
# Create queues
203204
kubectl -n blue apply -f- << EOF
205+
apiVersion: kueue.x-k8s.io/v1beta1
204206
kind: ClusterQueue
205207
metadata:
206208
name: blue-cluster-queue
@@ -237,6 +239,7 @@ spec:
237239
EOF
238240

239241
kubectl apply -n red -f- << EOF
242+
apiVersion: kueue.x-k8s.io/v1beta1
240243
kind: ClusterQueue
241244
metadata:
242245
name: red-cluster-queue

0 commit comments

Comments
 (0)