You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add note on test M1 incompatibility to docs
* Add tests to reproduce KubeCluster start failure with custom container name
* Fix container name when getting logs
* Rename `KUBECLUSTER_WORKER_CONTAINER_NAME` to `KUBECLUSTER_CONTAINER_NAME`
Done as the new name should be more accurate
Copy file name to clipboardExpand all lines: doc/source/testing.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
Testing
2
2
=======
3
3
4
+
.. warning:: Tests are not working on aarch64 (Apple M1) at the moment due to an architecture incompatibility between ``pytest-kind-control-plane`` and the docker image built from ``ci/Dockerfile``, similar to `this GitHub issue <https://github.com/kubernetes-sigs/kind/issues/2402>`_.
5
+
4
6
Running the test suite for ``dask-kubernetes`` doesn't require an existing Kubernetes cluster but does require
5
7
`Docker <https://docs.docker.com/get-docker/>`_, `kubectl <https://kubernetes.io/docs/tasks/tools/#kubectl>`_ and `helm <https://helm.sh/docs/intro/install/>`_.
0 commit comments