Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ray-operator/config/samples/ray-cluster-label-selector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
labels:
ray.io/region: us-central2
resources:
cpu: "0"
CPU: "0"
template:
spec:
containers:
Expand Down Expand Up @@ -86,9 +86,11 @@ spec:
maxReplicas: 10
groupName: accelerator-group
labels:
ray.io/accelerator-type: A100
ray.io/market-type: on-demand
ray.io/region: us-central2
rayStartParams: {}
resources:
GPU: "1"
template:
spec:
containers:
Expand All @@ -97,11 +99,9 @@ spec:
resources:
limits:
cpu: "1"
nvidia.com/gpu: "1"
memory: "1G"
requests:
cpu: "1"
nvidia.com/gpu: "1"
memory: "1G"
nodeSelector:
cloud.google.com/gke-spot: "true"
Expand Down
Loading