ray-project / kuberay

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

[Refactor] Use RayClusterHeadPodsAssociationOptions to replace MatchingLabels #2056

Closed evalaiyc98 closed 3 months ago

evalaiyc98 commented 3 months ago

Why are these changes needed?

This PR aims to follow up issue#2045. The purpose of this initiative is to maintain consistency in association methods and avoid scattering MatchingLabels usage throughout the entire codebase. In this PR, I focus on updating the suite_helpers_test.go file to reflect this change.

Related issue number

2045

Checks