Skip to content

Commit 4a71c8c

Browse files
matthew29tangcopybara-github
authored andcommitted
fix: Clarify wording when Ray on Vertex cluster is missing head node ip
PiperOrigin-RevId: 585711565
1 parent 59ef1d6 commit 4a71c8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/cloud/aiplatform/preview/vertex_ray/client_builder.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def __init__(self, address: Optional[str]) -> None:
9797
raise ValueError(
9898
"[Ray on Vertex AI]: Ray Cluster ",
9999
persistent_resource_id,
100-
" failed to start Head node properly.",
100+
" Head node is not reachable. Please ensure that a valid VPC network has been specified.",
101101
)
102102
# Handling service_account
103103
service_account = (
@@ -106,7 +106,7 @@ def __init__(self, address: Optional[str]) -> None:
106106

107107
if service_account:
108108
raise ValueError(
109-
"[Ray on Vertex AI]: Cluster ",
109+
"[Ray on Vertex AI]: Ray Cluster ",
110110
address,
111111
" failed to start Head node properly because custom service account isn't supported.",
112112
)

0 commit comments

Comments
 (0)