dask-gateway icon indicating copy to clipboard operation
dask-gateway copied to clipboard

A multi-tenant server for securely deploying and managing Dask clusters.

Results 101 dask-gateway issues
Sort by recently updated
recently updated
newest added

In https://github.com/dask/dask-gateway/pull/533/files#r852422223 @martindurant noted the value of lower bounds for the requirements to install `dask-gateway` and `dask-gateway-server`. I think that is a good practice and sustainable to maintain if it...

maintenance

This attempts to support both TLS and TCP connections between schedulers and workers. Closes #449

**What happened**: When i try to use `dask.distributed.Queue` on workers of a `dask-gateway` cluster i get `ValueError: unknown address scheme 'gateway'` **What you expected to happen**: I expect `dask.distributed.Queue` to...

bug

**Context** We have deployed Dask Gateway (0.9.0) via Helm, exposing the Traefik proxy via an externally-facing NGINX proxy. External traffic is SSL-encrypted (https), and behind the proxy all traffic is...

In an effort to provide cost-optimization on the cluster scaling, I've been trying to schedule worker pods on to different sized nodes. I have two nodepools: small and large. I...

**What happened**: When I try to create cluster via dask gateway I getting error like below. When cluster created successfully ; I think it stucks in the pending status and...

### Feature proposal summarized I propose allowing an environment variable for the gateway pod to be set by not passing an API key directly, but by passing a name for...

enhancement
codebase:helm-chart

We are looking at implementing more security features into our DaskHub implementation. One of such features would be deploying a new network policy when creating the cluster through our gateway....

As an ability to track resource metrics of the Scheduler and Workers, I would like to put forward a feature request to allow labels to be added to Pods via...

For those of us in public sector research groups where costs are always an issue, having the ability to run a cluster that mandates adaptive scaling for key user groups...