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

GCS port exposure #238

Merged
merged 3 commits into from
May 14, 2024
Merged

GCS port exposure #238

merged 3 commits into from
May 14, 2024

Conversation

approxit
Copy link
Contributor

@approxit approxit commented Apr 18, 2024

What I've done:

  • Added option to expose GCS ports to the local (requestor) machine.

Notable remarks:

  • ray status --address=localhost:6379 can check cluster state by using the exposed GCS port (which has binary payloads)
  • ray job submit --address http://localhost:8265 --working-dir . -- python calculate.py can submit the job by using the ray dashboard command (which has http payloads)

@approxit approxit force-pushed the approxit/cluster-refactor branch from 2ba234d to b1f1208 Compare April 18, 2024 15:52
@approxit approxit force-pushed the approxit/gcs-dashboard-expose branch 3 times, most recently from 3509e9e to 95b35d5 Compare April 19, 2024 13:55
@approxit approxit force-pushed the approxit/cluster-refactor branch from bdbb9f2 to 3276da1 Compare April 30, 2024 14:49
@approxit approxit force-pushed the approxit/gcs-dashboard-expose branch from 3a97282 to c87c75f Compare April 30, 2024 16:21
Base automatically changed from approxit/cluster-refactor to develop May 13, 2024 11:44
@approxit approxit force-pushed the approxit/gcs-dashboard-expose branch from c87c75f to 4eaade0 Compare May 13, 2024 12:11
@approxit approxit requested a review from shadeofblue May 13, 2024 16:11
@approxit approxit changed the title GCS and dashboard port exposure GCS port exposure May 14, 2024
@approxit approxit merged commit 90a8fcb into develop May 14, 2024
8 checks passed
@approxit approxit deleted the approxit/gcs-dashboard-expose branch May 14, 2024 09:40
@approxit approxit mentioned this pull request May 17, 2024
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

Successfully merging this pull request may close these issues.

2 participants