Skip to content

Commit

Permalink
document the process of setting ttl for a ray cluster (#5636)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw authored Aug 6, 2024
1 parent 0a441a9 commit 4014bbd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/deployment/plugins/k8s/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ Specify plugin configuration
- container: container
- container_array: k8s-array
- ray: ray
plugins:
ray:
// Shutdown Ray cluster after 1 hour of inactivity
ttlSecondsAfterFinished: 3600
.. group-tab:: Flyte core

Expand All @@ -294,6 +298,10 @@ Specify plugin configuration
sidecar: sidecar
container_array: k8s-array
ray: ray
plugins:
ray:
// Shutdown Ray cluster after 1 hour of inactivity
ttlSecondsAfterFinished: 3600
.. group-tab:: Spark

Expand Down

0 comments on commit 4014bbd

Please sign in to comment.