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

**What happened**: I am trying to deploy the dask gateway to azure following the documentation : https://gateway.dask.org/install-kube.html We already have an AKS cluster which is configured to use traefik ingress....

**What happened**: I'm not sure if this is a bug report or feature request, but the behavior is not desired for our use case and I can't seem to figure...

bug
codebase:k8s

Just noting a UX issue. If you use the mapping provided in https://github.com/dask/dask-gateway/pull/290, to set environment variables, you should ensure that the values are strings. If not, kubernetes will throw...

enhancement
codebase:dask-gateway-server

Hey y'all! I was scoping the possibility of using dask-gateway (via Kubernetes and the daskhub chart) with Google-manged Notebooks on GCP's AI Platform (They're Jupyter notebooks). My idea was to...

enhancement
codebase:helm-chart

The Jupyterhub helm chart includes a `hub.baseUrl` for serving the hub under a path other than `/`, e.g. `/jupyter/`. I believe this breaks the automatic API setting at https://github.com/dask/dask-gateway/blob/7d1659db8b2122d1a861ea820a459fd045fc3f02/resources/helm/dask-gateway/templates/gateway/configmap.yaml#L97. I'm...

bug
documentation

In dask gateway's config docs, there is a setting [adaptive period](https://gateway.dask.org/api-server.html#c.ClusterConfig.adaptive_period). How does this interact with the standard dask.config variable DASK_DISTRIBUTED__ADAPTIVE__INTERVAL? In general, the [GatewaySchedulerService](https://github.com/dask/dask-gateway/blob/7d1659db8b2122d1a861ea820a459fd045fc3f02/dask-gateway/dask_gateway/scheduler_preload.py#L122) seems to have a parameters...

When a `GatewayCluster` object is cleaned up, by default it will shutdown the associated cluster. In a perfect scenario this works fine, but because this requires an external API call...

I understand that it is recommended to use TLS in a production environment as per the docs, so I'm trying to set that up. Here are the steps I followed...

For QHub we have moved away from using the dask-gateway helm chart to more tightly integrate dask-gateway with our traefik http/https/tcp proxy https://github.com/Quansight/qhub-terraform-modules/tree/main/modules/kubernetes/services/dask-gateway. This was mainly motivated when we found...

Environment: * dask-gateway: `0.8.0` * helm: `version.BuildInfo{Version:"v3.5.2", GitCommit:"167aac70832d3a384f65f9745335e9fb40169dc2", GitTreeState:"dirty", GoVersion:"go1.15.7"}` * kubectl: `Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.2", GitCommit:"faecb196815e248d3ecfb03c680a4507229c2a56", GitTreeState:"clean", BuildDate:"2021-01-13T13:28:09Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"17+", GitVersion:"v1.17.9-r0-CCE20.8.1.3.B001-17.36.5", GitCommit:"d61c11191a704802f93e5d86877a8fcffe208d58", GitTreeState:"clean",...