[Serve] serve build
option to output Kubernetes config format
#28831
Labels
enhancement
Request for new feature and/or capability
good first issue
Great starter issue for someone just starting to contribute to Ray
P2
Important issue, but not time-critical
serve
Ray Serve Related Issue
Description
serve build
should have an option to output the config file in Kubernetes format.Use case
serve build
outputs a Serve config file that can be deployed to a Ray cluster withserve run
andserve deploy
:Kuberay
RayServices
use this config when deploying Serve. However, the KubeRay config uses camel case (see example) for the deployment options, so this config can't be directly copy-pasted.Adding a Kubernetes output option would let users copy-paste the config directly.
The text was updated successfully, but these errors were encountered: