mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 00:52:10 +08:00
[autoscaler] Expose cache_stopped_nodes in Example YAML (#8981)
This commit is contained in:
@@ -56,6 +56,9 @@ provider:
|
||||
# Nodes are currently spread between zones by a round-robin approach,
|
||||
# however this implementation detail should not be relied upon.
|
||||
availability_zone: us-west-2a,us-west-2b
|
||||
# Whether to allow node reuse. If set to False, nodes will be terminated
|
||||
# instead of stopped.
|
||||
cache_stopped_nodes: True # If not present, the default is True.
|
||||
|
||||
# How Ray will authenticate with newly launched nodes.
|
||||
auth:
|
||||
|
||||
Reference in New Issue
Block a user