ray-project / kuberay

A toolkit to run Ray applications on Kubernetes
Apache License 2.0
963 stars 328 forks source link

Allow configuration of restartPolicy #2197

Closed c0dearm closed 1 week ago

c0dearm commented 1 week ago

Why are these changes needed?

For a correct configuration of the v2 autoscaler, it is necessary to override the restartPolicy. See: https://docs.ray.io/en/latest/cluster/kubernetes/user-guides/configuring-autoscaling.html#autoscaler-v2-with-kuberay

Related issue number

No issue

Checks