Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow additional labels on the RayCluster resource #34

Open
AdrianoKF opened this issue Apr 9, 2024 · 0 comments
Open

Allow additional labels on the RayCluster resource #34

AdrianoKF opened this issue Apr 9, 2024 · 0 comments

Comments

@AdrianoKF
Copy link

I'm playing around with the combination of Kuberay and Kueue for quota management. In order to have Kueue manage the resource quotas for RayClusters, I need to put an additional label on the CR (not the head/worker pods; see the linked docs).

The current Helm chart unfortunately does not expose a way to do this easily, so I have to resort to helm template and manually add the label in the rendered manifest (I can't do kubectl label, either, since the admission controller apparently does not allow modifying the labels on an existing RayCluster CR).

Would it be possible to add a way in the Helm chart to pass extra labels to be applied to the RayCluster CR via values.yaml? I can provide a PR, if you are interested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant