Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.0] Ray whitepaper link and tagline update #10455

Merged
merged 20 commits into from
Sep 1, 2020
Prev Previous commit
Next Next commit
update
  • Loading branch information
ericl committed Sep 1, 2020
commit 2b847894faf32517a5ef8801920a53c5e325f3df
2 changes: 1 addition & 1 deletion doc/source/cluster/autoscaling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ The ``max_workers`` field constrains the number of nodes of this type that can b

max_workers: 4

The ``worker_setup_commands`` field can be used to override the setup and initialization commands for a node type. Note that you can only override the setup for worker nodes. The head node's setup commands are always configured via the top level field in the cluster YAML:
The ``worker_setup_commands`` field (and also the ``initialization_commands`` field, not shown) can be used to override the setup and initialization commands for a node type. Note that you can only override the setup for worker nodes. The head node's setup commands are always configured via the top level field in the cluster YAML:

.. code::

Expand Down