We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
to kuberay-values.yaml
The text was updated successfully, but these errors were encountered: