ray-project / kuberay

A toolkit to run Ray applications on Kubernetes
Apache License 2.0
1.13k stars 366 forks source link

[Feature] rayStartParams UX improvement #1758

Open kevin85421 opened 9 months ago

kevin85421 commented 9 months ago

Search before asking

Description

Currently, RayStartParams (code) is defined as a map[string]string in KubeRay. If users wish to set up a parameter in JSON format, they need to perform some unconventional transformations. For example,

We should consider improving the UX, but we should also need to consider backward compatibility. If it will make most YAMLs incompatible, we should not break the compatibility and update the document instead.

Use case

No response

Related issues

No response

Are you willing to submit a PR?

kevin85421 commented 8 months ago

@rueian will take this issue.