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
Apply the resource, then change ray-converters-2 to ray-converters-3, but the service still gives
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR
converters-head-svc ClusterIP None <none> 10001/TCP,8265/TCP,6379/TCP,8080/TCP,8000/TCP 12m app.kubernetes.io/created-by=kuberay-operator,app.kubernetes.io/name=ray-converters-2,ray.io/cluster=converters,ray.io/identifier=converters-head,ray.io/node-type=head
Anything else
issues with reconciliation of selector labels for head has been happening to me on different clusters and this becomes really annoying, as the only solution is to delete the raycluster after which it fixes the service (although if you delete just the service, it doesn't get fixed)
Are you willing to submit a PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
KubeRay Component
ray-operator
What happened + What you expected to happen
app.kubernetes.io/name
Expected: labels are updated for the head service by the Operator
Reproduction script
Sample YAML:
Apply the resource, then change
ray-converters-2
toray-converters-3
, but the service still givesAnything else
issues with reconciliation of selector labels for head has been happening to me on different clusters and this becomes really annoying, as the only solution is to delete the
raycluster
after which it fixes the service (although if you delete just the service, it doesn't get fixed)Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: