- KubeRay project tracker
- 如果需要權限請找陳楷訓
- 如果是超級開源新手,不熟悉正常開源專案怎麼發 PR、怎麼 sync upstream 之類的,請先看開源貢獻新手指南
- 把 ray 和 kuberay 這兩個 repo star、fork、clone,並執行完上面那篇文章的初始流程
- 如果不熟悉 Kubernetes,請自己找教學稍微學一下,網路上面資源很多,至少需要懂基本的 Pod、Deployment、Service 之類的
- 如果不熟悉 Kubernetes Operator,以下是一些閱讀資源
- Kubernetes Operator (Controller) 教學系列文(寫到一半)
- https://cloudark.medium.com/kubernetes-custom-controllers-b6c7d0668fdf
- https://www.linkedin.com/pulse/kubernetes-custom-controllers-part-1-kritik-sachdeva/
- https://www.linkedin.com/pulse/kubernetes-custom-controller-part-2-kritik-sachdeva/
- https://blog.csdn.net/yanchendage/article/details/134310876
- 試著 compile 並執行 unit tests 和 e2e tests
- 試著跑 RayCluster 和 RayJob
- 看一下怎麼 build Ray 的 documentation
- https://docs.ray.io/en/latest/ray-contribute/docs.html
- 請用
conda
不要用venv
- 請用
make develop
不要用make local
- Build 完之後會有一個
_build
的資料夾,執行python -m http.server --directory _build/html
然後就可以去localhost:8000
看到 doc
- 問問題盡量在 channel 裡面問,不要私訊,避免 mentor 需要重複回答類似的問題