ray-project / kuberay

A toolkit to run Ray applications on Kubernetes
Apache License 2.0
990 stars 330 forks source link

[Bug] Apiserver not available on Quay #2054

Closed han-steve closed 3 months ago

han-steve commented 3 months ago

Search before asking

KubeRay Component

apiserver

What happened + What you expected to happen

When running the make command to develop locally, the helm command times out. Even though I've built and loaded the apiserver in my kind cluster, the helm chart is still trying to install it from quay, but it's not in quay. After I remove quay from the helm chart, it works.

Reproduction script

make docker-image cluster load-image deploy

Anything else

Is there a community for apiserver? I'd like to discuss some questions (such as having a database for job persistence and natively supporting launching different runs from the same job).

Are you willing to submit a PR?