Skip to content

Commit

Permalink
Update docs/guidance/head-command.md
Browse files Browse the repository at this point in the history
Co-authored-by: Archit Kulkarni <[email protected]>
Signed-off-by: Kai-Hsun Chen <[email protected]>
  • Loading branch information
kevin85421 and architkulkarni authored Feb 21, 2023
1 parent 65715da commit 63bb47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guidance/head-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can execute commands on the head pod at two timings:
* (2) **After `ray start` (RayCluster is ready)**: As an example, you can launch a Ray serve deployment when the RayCluster is ready.

## Current KubeRay operator behavior for container commands
* The current behavior for container commands is very weird, and **may be updated in the future**.
* The current behavior for container commands is not finalized, and **may be updated in the future**.
* See [code](https://github.com/ray-project/kuberay/blob/47148921c7d14813aea26a7974abda7cf22bbc52/ray-operator/controllers/ray/common/pod.go#L301-L326) for more details.

## Timing 1: Before `ray start`
Expand Down

0 comments on commit 63bb47e

Please sign in to comment.