We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb34ba4 commit 3084088Copy full SHA for 3084088
src/codeflare_sdk/cluster/cluster.py
@@ -544,7 +544,7 @@ def _map_to_ray_cluster(rc) -> Optional[RayCluster]:
544
ray_route = None
545
for route in routes["items"]:
546
if route["metadata"]["name"] == f"ray-dashboard-{rc['metadata']['name']}":
547
- ray_route = route["spec"]["host"]
+ ray_route = f"http://{route['spec']['host']}"
548
549
return RayCluster(
550
name=rc["metadata"]["name"],
0 commit comments