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
We like to move all client.MatchingLabels{utils.RayClusterLabelKey: instance.Name, utils.RayNodeTypeLabelKey: string(rayv1.HeadNode)} to the association.go, so that we can maintain consistency in the association methods by not scattering MatchingLabels everywhere.
Following #2045
We like to move all
client.MatchingLabels{utils.RayClusterLabelKey: instance.Name, utils.RayNodeTypeLabelKey: string(rayv1.HeadNode)}
to the association.go, so that we can maintain consistency in the association methods by not scattering MatchingLabels everywhere.Including:
kuberay/ray-operator/controllers/ray/raycluster_controller.go
Line 547 in 9068102
kuberay/ray-operator/controllers/ray/raycluster_controller.go
Line 289 in 9068102
kuberay/ray-operator/controllers/ray/raycluster_controller.go
Line 1453 in 9068102
The text was updated successfully, but these errors were encountered: