Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose port for dashboard agent (needed for serve deploy) #9

Open
ghpu opened this issue Jun 8, 2023 · 0 comments
Open

Expose port for dashboard agent (needed for serve deploy) #9

ghpu opened this issue Jun 8, 2023 · 0 comments

Comments

@ghpu
Copy link

ghpu commented Jun 8, 2023

First of all, thanks for this very usefull deployment template, very much appreciated !

I wanted to use ray serve, but the dashboard agent port (52365) was not exposed by the current service in Kuberay operator (v0.5.0) .

Easy work-around : add

head:
  ports:
        - containerPort: 6379
          name: gcs-server
        - containerPort: 8265 # Ray dashboard
          name: dashboard
        - containerPort: 10001
          name: client
        - containerPort: 52365
          name: dashboard-agent

to kuberay-values.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant