You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/api.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,7 @@ _Appears in:_
138
138
|`template`_[PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#podtemplatespec-v1-core)_| Template is the exact pod template used in K8s deployments, statefulsets, etc. |||
139
139
|`headService`_[Service](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#service-v1-core)_| HeadService is the Kubernetes service of the head pod. |||
140
140
|`enableIngress`_boolean_| EnableIngress indicates whether operator should create ingress object for head service or not. |||
141
+
|`resources`_object (keys:string, values:string)_| Resources specifies the resource quantities for the head group.<br />These values override the resources passed to `rayStartParams` for the group, but<br />have no effect on the resources set at the K8s Pod container level. |||
141
142
|`labels`_object (keys:string, values:string)_| Labels specifies the Ray node labels for the head group.<br />These labels will also be added to the Pods of this head group and override the `--labels`<br />argument passed to `rayStartParams`. |||
142
143
|`rayStartParams`_object (keys:string, values:string)_| RayStartParams are the params of the start command: node-manager-port, object-store-memory, ... |||
143
144
|`serviceType`_[ServiceType](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#servicetype-v1-core)_| ServiceType is Kubernetes service type of the head service. it will be used by the workers to connect to the head pod |||
@@ -418,6 +419,7 @@ _Appears in:_
418
419
|`minReplicas`_integer_| MinReplicas denotes the minimum number of desired Pods for this worker group. | 0 ||
419
420
|`maxReplicas`_integer_| MaxReplicas denotes the maximum number of desired Pods for this worker group, and the default value is maxInt32. | 2147483647 ||
420
421
|`idleTimeoutSeconds`_integer_| IdleTimeoutSeconds denotes the number of seconds to wait before the v2 autoscaler terminates an idle worker pod of this type.<br />This value is only used with the Ray Autoscaler enabled and defaults to the value set by the AutoscalingConfig if not specified for this worker group. |||
422
+
|`resources`_object (keys:string, values:string)_| Resources specifies the resource quantities for this worker group.<br />These values override the resources passed to `rayStartParams` for the group, but<br />have no effect on the resources set at the K8s Pod container level. |||
421
423
|`labels`_object (keys:string, values:string)_| Labels specifies the Ray node labels for this worker group.<br />These labels will also be added to the Pods of this worker group and override the `--labels`<br />argument passed to `rayStartParams`. |||
422
424
|`rayStartParams`_object (keys:string, values:string)_| RayStartParams are the params of the start command: address, object-store-memory, ... |||
423
425
|`template`_[PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#podtemplatespec-v1-core)_| Template is a pod template for the worker |||
0 commit comments