kuberay
kuberay copied to clipboard
[Feature][kubectl-plugin] `kubectl ray logs` to support different node types and ray types.
Search before asking
- [X] I had searched in the issues and found no similar feature requirement.
Description
Currently kubectl ray logs
only support retrieval of logs for the head node. It does not support retrieval of specific node types e.g. worker node
, all
. Nor does it support retrieval of different ray types e.g. rayservice
, rayjob
.
Use case
No response
Related issues
No response
Are you willing to submit a PR?
- [X] Yes I am willing to submit a PR!