Skip to content

Commit

Permalink
Rename daskernetes to dask-kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Mar 6, 2018
1 parent 82203f9 commit 99c0fc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/source/setup/kubernetes-native.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Kubernetes Native
=================

See external documentation on Daskernetes_ for more information.
See external documentation on Dask-Kubernetes_ for more information.

.. _Daskernetes: https://daskernetes.readthedocs.io
.. _Dask-Kubernetes: https://dask-kubernetes.readthedocs.io
8 changes: 4 additions & 4 deletions docs/source/setup/kubernetes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ You can use Kubernetes to launch Dask workers in the following two ways:

2. **Native**:
You can quickly deploy Dask workers on Kubernetes
from within a Python script or interactive session using Daskernetes_.
from within a Python script or interactive session using Dask-Kubernetes_.

.. code-block:: python
from daskernetes import KubeCluster
from dask_kubernetes import KubeCluster
cluster = KubeCluster.from_yaml('worker-template.yaml')
cluster.scale(20) # add 20 workers
cluster.adapt() # or create and destroy workers dynamically based on workload
Expand All @@ -47,12 +47,12 @@ You can use Kubernetes to launch Dask workers in the following two ways:
rather than depend on a centralized system
3. Quickly adapt Dask cluster size to the current workload

See Daskernetes_ documentation for more information.
See Dask-Kubernetes_ documentation for more information.

You may also want to see the documentation on using
:doc:`Dask with Docker containers <docker>`
to help you manage your software environments on Kubernetes.

.. _Kubernetes: https://kubernetes.io/
.. _Daskernetes: https://daskernetes.readthedocs.io/
.. _Dask-Kubernetes: https://dask-kubernetes.readthedocs.io/
.. _Helm: https://helm.sh/

0 comments on commit 99c0fc3

Please sign in to comment.