Skip to content

Commit

Permalink
[Fix] Update Ray Service Troubleshooting Link (#2727)
Browse files Browse the repository at this point in the history
  • Loading branch information
simotw authored Jan 10, 2025
1 parent fffe778 commit 9068102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ray-operator/controllers/ray/rayservice_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ func (r *RayServiceReconciler) getAndCheckServeStatus(ctx context.Context, dashb
if serveAppStatuses, err = dashboardClient.GetMultiApplicationStatus(ctx); err != nil {
err = fmt.Errorf(
"failed to get Serve application statuses from the dashboard. "+
"If you observe this error consistently, please check https://github.com/ray-project/kuberay/blob/master/docs/guidance/rayservice-troubleshooting.md for more details. "+
"If you observe this error consistently, please check https://docs.ray.io/en/latest/cluster/kubernetes/troubleshooting/rayservice-troubleshooting.html for more details. "+
"err: %v", err)
return false, err
}
Expand Down

0 comments on commit 9068102

Please sign in to comment.