[Bug] .status.availableWorkerReplicas
incorrectly counts head Pods
#885
Labels
bug
Something isn't working
.status.availableWorkerReplicas
incorrectly counts head Pods
#885
Search before asking
KubeRay Component
ray-operator
What happened + What you expected to happen
kubectl get raycluster my-cluster -o yaml
shows.status.availableWorkerReplicas
as always one more than.status.desiredWorkerReplicas
. I think the operator is incorrectly including head Pods inavailableWorkerReplicas
.see previous comment
Reproduction script
Create a RayCluster with workers. Run
kubectl get raycluster my-cluster -o yaml
and look at.status
.Anything else
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: