kuberay
kuberay copied to clipboard
[Umbrella] Document the breaking changes for CR names in v1.4
There are two breaking changes related to CR names: Validate the length of CR names: https://github.com/ray-project/kuberay/pull/3083 Validate DNS1035 for CR names: https://github.com/ray-project/kuberay/pull/3239
They aim to provide more predictable Kubernetes service names generated by the KubeRay controller for RayCluster, RayService, and RayJob. We should document these clearly in the current guides and in the new release note.