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
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.
The text was updated successfully, but these errors were encountered:
I'm playing around with the combination of Kuberay and Kueue for quota management. In order to have Kueue manage the resource quotas for
RayCluster
s, I need to put an additional label on the CR (not thehead
/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 dokubectl label
, either, since the admission controller apparently does not allow modifying the labels on an existingRayCluster
CR).Would it be possible to add a way in the Helm chart to pass extra labels to be applied to the
RayCluster
CR viavalues.yaml
? I can provide a PR, if you are interested.The text was updated successfully, but these errors were encountered: