ray-project / kuberay

A toolkit to run Ray applications on Kubernetes
Apache License 2.0
1.24k stars 401 forks source link

Change the implementation for checking RayCluster creating correct number of pods by counting actual pods #2499

Closed MortalHappiness closed 5 hours ago

MortalHappiness commented 5 hours ago

Search before asking

Description

Currently we check RayCluster creating correct number of pods by reading the status of RayCluster. We should change it to query apiserver and count the actual number of pods instead.

Use case

No response

Related issues

No response

Are you willing to submit a PR?

MortalHappiness commented 5 hours ago

Closed this one because I realized I opened the wrong issue