We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044105c commit 3249d30Copy full SHA for 3249d30
ray-operator/config/samples/ray-cluster-label-selector.yaml
@@ -23,7 +23,7 @@ spec:
23
labels:
24
ray.io/region: us-central2
25
resources:
26
- cpu: "0"
+ CPU: "0"
27
template:
28
spec:
29
containers:
@@ -86,9 +86,11 @@ spec:
86
maxReplicas: 10
87
groupName: accelerator-group
88
89
+ ray.io/accelerator-type: A100
90
ray.io/market-type: on-demand
91
- rayStartParams: {}
92
+ resources:
93
+ GPU: "1"
94
95
96
@@ -97,11 +99,9 @@ spec:
97
99
98
100
limits:
101
cpu: "1"
- nvidia.com/gpu: "1"
102
memory: "1G"
103
requests:
104
105
106
nodeSelector:
107
cloud.google.com/gke-spot: "true"
0 commit comments