Skip to content

Development

KubeRay Development Guidance

Develop KubeRay Operator

See ray-operator/DEVELOPMENT.md for more details.

Develop KubeRay APIServer

See apiserver/DEVELOPMENT.md for more details.

Develop KubeRay CLI

See cli/README.md for more details.

Develop proto and OpenAPI

See proto/README.md for more details.

Deploy Docs locally

Run the following command in the root directory of your KubeRay repo to deploy Docs locally:

docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material

Then access http://0.0.0.0:8000/kuberay/ in your web browser.