Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nrp-axo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Melissa Quinnan
nrp-axo
Commits
43fe39eb
Commit
43fe39eb
authored
4 days ago
by
Ellison Scheuller
Browse files
Options
Downloads
Patches
Plain Diff
Edit ray-cluster.yaml
parent
b169c8ad
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ray-cluster.yaml
+19
-21
19 additions, 21 deletions
ray-cluster.yaml
with
19 additions
and
21 deletions
ray-cluster.yaml
+
19
−
21
View file @
43fe39eb
apiVersion
:
ray.io/v1
alpha1
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
:
"
512
Gi"
nvidia.com/gpu
:
8
cpu
:
"
8
"
memory
:
"
30
Gi"
#
nvidia.com/gpu: 8
# Request GPU
limits
:
cpu
:
"
125
"
memory
:
"
512
Gi"
nvidia.com/gpu
:
8
cpu
:
"
8
"
memory
:
"
30
Gi"
#
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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment