Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs][KubeRay] Update KubeRay doc for release v0.5.0 (ray-project#34178
) index.md: No code here to test and verify. getting-started.ipynb: Test manually. user-guides.md: No code here to test and verify k8s-cluster-setup.md: No code here to test and verify config.md: No code here to test and verify configuring-autoscaling.md: Test manually. logging.md: Test manually. gpu.rst: I did not verify code snippets, but GPU usage will be verified in gpu-training-example.md. experimental.md: No code here to test and verify static-ray-cluster-without-kuberay.md: Skip this. This document has no relationship with KubeRay. examples.md ml-example.md: (Will update in [docs][KubeRay] Provide some GKE instructions in KubeRay example ray-project#33339) gpu-training-example.md (Will update in [docs][KubeRay] Provide some GKE instructions in KubeRay example ray-project#33339) references.md Ray Serve kubernetes.md: Test manually. fault-tolerance.md: I do not test all serve's recovery procedures. I make sure the RayService can be created as expected. helm repo add kuberay https://ray-project.github.io/kuberay-helm/ helm install kuberay-operator kuberay/kuberay-operator --version 0.5.0 # path: doc/ kubectl apply -f source/serve/doc_code/fault_tolerance/k8s_config.yaml # port forward kubectl port-forward service/rayservice-sample-serve-svc 8000 # Test the serve deployment curl localhost:8000 # Delete a worker Pod kubectl delete pod ${WORKER_POD} # Test the serve deployment again curl localhost:8000 run_gcs_ft_on_k8s.py
- Loading branch information