ray-project / kuberay

A toolkit to run Ray applications on Kubernetes
Apache License 2.0
982 stars 330 forks source link

[Bug] Ray operator crashes when specifying RayCluster with resources.limits but no resources.requests #2077

Closed kevin85421 closed 2 months ago

kevin85421 commented 2 months ago

Why are these changes needed?

Avoid dereferencing nil pointers when resources.requests are not set.

Related issue number

Closes #2076

Checks