Skip to content
Snippets Groups Projects
Commit 43fe39eb authored by Ellison Scheuller's avatar Ellison Scheuller
Browse files

Edit ray-cluster.yaml

parent b169c8ad
No related branches found
No related tags found
No related merge requests found
apiVersion: ray.io/v1alpha1
apiVersion: ray.io/v1
kind: RayCluster
metadata:
name: raycluster-axol1tl
namespace: axol1tl
spec:
rayVersion: "2.0.0"
enableInTreeAutoscaling: true
rayVersion: "2.43.0"
enableInTreeAutoscaling: true # Allow autoscaling of workers
headGroupSpec:
serviceType: ClusterIP
rayStartParams:
......@@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: ray-head
image: gitlab-registry.nrp-nautilus.io/mquinnan/axol1tl-hub:axol1tl-container
image: rayproject/ray:2.43.0
imagePullPolicy: Always
resources:
requests:
......@@ -31,12 +31,12 @@ spec:
- name: axovol
persistentVolumeClaim:
claimName: axovol
tolerations:
- key: "nautilus.io/axol1tl"
operator: "Exists"
effect: "NoSchedule"
#tolerations:
#- key: "nautilus.io/axol1tl"
#operator: "Exists"
#effect: "NoSchedule"
workerGroupSpecs:
workerGroupSpecs:
- groupName: worker-group
rayStartParams: {}
template:
......@@ -47,13 +47,13 @@ spec:
imagePullPolicy: Always
resources:
requests:
cpu: "125"
memory: "512Gi"
nvidia.com/gpu: 8
cpu: "8"
memory: "30Gi"
#nvidia.com/gpu: 8 # Request GPU
limits:
cpu: "125"
memory: "512Gi"
nvidia.com/gpu: 8
cpu: "8"
memory: "30Gi"
#nvidia.com/gpu: 8
volumeMounts:
- name: axovol
mountPath: /axovol
......@@ -61,9 +61,7 @@ spec:
- name: axovol
persistentVolumeClaim:
claimName: axovol
tolerations:
- key: "nautilus.io/axol1tl"
operator: "Exists"
effect: "NoSchedule"
#tolerations:
#- key: "nautilus.io/axol1tl"
#operator: "Exists"
#effect: "NoSchedule"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment