We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd8ea0 commit 2ecfdcdCopy full SHA for 2ecfdcd
docs/source/index.rst
@@ -156,7 +156,7 @@ A ``DaskAutoscaler`` resource will communicate with the scheduler periodically a
156
157
from dask_kubernetes.operator import KubeCluster
158
cluster = KubeCluster(name="my-dask-cluster", image='ghcr.io/dask/dask:latest')
159
- cluster.scale(10)
+ cluster.adapt(minimum=1, maximum=10)
160
161
.. toctree::
162
:maxdepth: 2
0 commit comments