Jonathan Langlois

Results 6 issues of Jonathan Langlois

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. -...

bug
good first issue

The `adapt` method in the `classic.KubeCluster` implementation relies on the [distributed.Cluster adapt method](https://github.com/dask/distributed/blob/19deee3b1ac7298dd6b7319481417b0b4e1986d8/distributed/deploy/cluster.py#L251:L266) and is `synchronous` if we create the cluster with `asynchronous=False` or `asynchronous=True`. The [adapt](https://github.com/dask/dask-kubernetes/blob/main/dask_kubernetes/operator/kubecluster/kubecluster.py#L643:L658) method in the...

bug
operator
needs info

According to the [documentation of AbstractFileSystem](https://github.com/fsspec/filesystem_spec/blob/master/fsspec/spec.py#L541:L542), `glob` should act as `ls` when the path ends with `/`. But when using the `LocalFileSystem` method, [the trailing slash is removed](https://github.com/fsspec/filesystem_spec/blob/master/fsspec/implementations/local.py#L69) when `_strip_protocol`...

When using a private registry with credentials available in `authSecretName` and when defining `checkUpstream: true`, the webhook fails to read the secret and indicates that a permission to read them...

In a simple use case like downloading files and process them on a single machine, how could one achieve parallelization of downloads and processes with buffers? Example: ```python import time...

**Describe the issue**: When using a dask operator deployment in k8s with the role/rolebinding defined at the namespace level (`rbac.cluster: false`), the creation of a `daskclusters.kubernetes.dask.org` by a service account...

needs info