Cannot connect to GCS

How severe does this issue affect your experience of using Ray?

  • Low: It annoys or frustrates me for a moment.

start a minikube cluster
deploy kuberay operator and ray-cluster to minikube cluster by using the helm chart in the kuberay repo with latest version following the readme instruction
do a kubectl port-forward for port 8265
submit a job to this ray cluster like this ‘ray job submit --address localhost:8265 – python3 test.py’ then it returned this error:

WARNING utils.py:1415 – Unable to connect to GCS at 10.160.66.135:8265. Check that (1) Ray GCS with matching version started successfully at the specified address, and (2) there is no firewall setting preventing access.

I checked the version of my local ray package and the version of the head pod and worker pod, all of them are 2.2.0.

Can you try http://localhost:8265 instead?

Related issue: [Jobs] Specifying API server address without `http://` raises unhelpful error "Unable to connect to GCS at localhost:8265" · Issue #32736 · ray-project/ray · GitHub

yeah, it actually works with the prefix.