Skip to content

Commit 46d4f23

Browse files
committed
sample: update samples
Signed-off-by: machichima <nary12321@gmail.com>
1 parent 1339663 commit 46d4f23

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

ray-operator/config/samples/ray-cluster.embedded-gcs-ft.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: RayCluster
33
metadata:
44
name: raycluster-embedded-gcs-ft
55
spec:
6-
rayVersion: "2.52.0"
6+
rayVersion: "2.57.0"
77
gcsFaultToleranceOptions:
88
# Use the embedded RocksDB backend for GCS fault tolerance. RocksDB is linked
99
# into the GCS process (no external Redis service). KubeRay provisions a PVC,
@@ -45,7 +45,7 @@ spec:
4545
spec:
4646
containers:
4747
- name: ray-head
48-
image: rayproject/ray:2.52.0
48+
image: rayproject/ray:2.57.0
4949
resources:
5050
limits:
5151
cpu: "1"
@@ -76,7 +76,7 @@ spec:
7676
spec:
7777
containers:
7878
- name: ray-worker
79-
image: rayproject/ray:2.52.0
79+
image: rayproject/ray:2.57.0
8080
resources:
8181
limits:
8282
cpu: "1"

ray-operator/config/samples/ray-cronjob.sample.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ spec:
6767
resources:
6868
limits:
6969
cpu: "1"
70-
memory: "5Gi"
70+
memory: "2Gi"
7171
requests:
7272
cpu: "200m"
73+
memory: "2Gi"
7374
volumeMounts:
7475
- mountPath: /home/ray/samples
7576
name: code-sample

0 commit comments

Comments
 (0)