Skip to content

Conversation

@KunWuLuan
Copy link
Contributor

Why are these changes needed?

Related issue number

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • This PR is not tested :(

@andrewsykim
Copy link
Member

@KunWuLuan thanks for the PR, can you share any steps to follow to test the changes?

@KunWuLuan KunWuLuan force-pushed the historyserver-beta branch 25 times, most recently from 71132f8 to dc2f070 Compare November 13, 2025 06:32
@KunWuLuan KunWuLuan force-pushed the historyserver-beta branch 6 times, most recently from 9ffd24a to 4042df9 Compare November 20, 2025 07:45
@KunWuLuan KunWuLuan force-pushed the historyserver-beta branch 15 times, most recently from 17243dd to d67d054 Compare November 21, 2025 09:51
Signed-off-by: KunWuLuan <[email protected]>
Copy link
Member

@Future-Outlier Future-Outlier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably need a README like this to test it locally https://github.com/ray-project/kuberay/blob/master/ray-operator/DEVELOPMENT.md

thank you!

@andrewsykim
Copy link
Member

@KunWuLuan can we split this PR into smaller ones? Maybe one PR for event collector, another for logging collector and one for history server?

Copy link
Member

@Future-Outlier Future-Outlier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, I did these changes in my local diff.txt
and this work in my local.

  1. build the history server and load it to kind
kind create cluster --image=kindest/node:v1.24.0
# start the kuberay operator
cd historyserver
make localimage
docker tag historyserver:latest rayproject/historyserver:latest
kind load docker-image rayproject/historyserver:latest
  1. create minio, service account, history server, and ray cluster
kubectl apply -f minio.yaml
kubectl apply -f sa.yaml
kubectl apply -f raycluster.yaml
kubectl apply -f historyserver.yaml
  1. Accessing HistoryServer
kubectl port-forward svc/historyserver 8080:30080
open http://localhost:8080/#/overview
image
  1. Accessing Minio Console
kubectl port-forward svc/minio-service -n minio-dev 9001:9001
open http://localhost:9001/browser

# account: minioadmin
# password: minioadmin
image

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.

3 participants