Hi everyone! :wave: I'm trying to access the Ray c...
# flyte-support
g
Hi everyone! 👋 I'm trying to access the Ray cluster dashboard via the Flyte UI. I was wondering if there's a recommended way to enable or expose the Ray dashboard link directly in the Flyte UI when running Ray tasks? If anyone has done this before or has pointers on how to configure it (either via Flyte backend or FlyteRay plugin settings), I'd really appreciate your help!
f
In oss this is not directly possible
You can get a link
Consider union , we have built proprietary networking that makes this possible
c
I think the ray plugin protos would need to be updated to support an ingress and a way for you to set annotations for DNS values and whatnot.
f
I think this is a very dangerous idea - this will create a maintenance nightmare and I am not in favor sorry
Ingresses are a nightmare
c
Looking into it more it looks like kuberay only exposes a
boolean
to create some ingress and it doesn't look very flexible unfortunately. I agree Flyte shouldn't do anything beyond what is exposed in the kuberay CRDs
We rolled our own plugin to do this but we aren't using kuberay and its quite specific to our environment.
Would probably need to wait for this to be resolved: https://github.com/ray-project/kuberay/issues/1436
g
Thanks for the response @clean-glass-36808 @freezing-airport-6809!.
f
Sorry to remind again but Union has it 😇
👍 1