Skip to content

Commit

Permalink
increases node number in image-puller.yaml and updates version deskto…
Browse files Browse the repository at this point in the history
…p in runaijob.yaml
  • Loading branch information
romainGuiet committed May 1, 2024
1 parent aca0aea commit 5557980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion k8s/biop-desktop-runaijob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
schedulerName: runai-scheduler
containers:
- name: job
image: registry.rcp.epfl.ch/ptbiop/biop-desktop:0.0.8
image: registry.rcp.epfl.ch/ptbiop/biop-desktop:0.1.0
imagePullPolicy: Always
resources:
requests:
Expand Down
4 changes: 2 additions & 2 deletions k8s/image-puller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
command: ["/bin/sh"]
args: ["-c", "sleep 60"]
Worker:
replicas: 8 # nombre de noeuds sur le cluster -> kubectl get nodes |grep gpu |wc -l
replicas: 22 # nombre de noeuds sur le cluster -> kubectl get nodes |grep gpu |wc -l
template:
metadata:
labels:
Expand All @@ -37,7 +37,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: image-puller
image: registry.rcp.epfl.ch/ptbiop/biop-desktop:0.0.8 # Image que tu souhaites pull sur tous les serveurs du cluster
image: registry.rcp.epfl.ch/ptbiop/biop-desktop:0.1.0 # Image que tu souhaites pull sur tous les serveurs du cluster
imagePullPolicy: Always
command: ["/bin/sh"]
args: ["-c", "sleep 60"]

0 comments on commit 5557980

Please sign in to comment.