Skip to content

Commit

Permalink
add min and max worker params to cluster.adapt docs (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerardsimcock authored and mrocklin committed Apr 5, 2018
1 parent 15a58b1 commit c0bf62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Quickstart
cluster = KubeCluster.from_yaml('worker-spec.yml')
cluster.scale_up(10) # specify number of nodes explicitly
cluster.adapt() # or dynamically scale based on current workload
cluster.adapt(minimum=1, maximum=100) # or dynamically scale based on current workload
.. code-block:: yaml
Expand Down

0 comments on commit c0bf62a

Please sign in to comment.