dask-gateway
dask-gateway copied to clipboard
A multi-tenant server for securely deploying and managing Dask clusters.
**What happened**: When accessing a scheduler dashboard on a GKE dask-gateway cluster, if I go to the "Info" panel and click on any "dashboard" link in the Services column, I...
This PR adds `imagePullSecrets` support for the `gateway.backend` (`dask-gateway`) image used by schedulers and workers.
I noticed that the `gateway.backend` Helm chart schema was missing `imagePullSecrets` whilst attempting to use a custom image for workers/schedulers via `dask-gateway`. I've taken a shot at addressing this addition...
# Alternate issue description: ``` ConnectionAbortedError: SSL handshake is taking longer than 60.0 seconds: aborting the connection ``` ``` aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host 10.0.0.1:443 ssl:default [None] ``` ------ #...
Hello, I have successfully proxied dask-gateway through Jupyterhub, (ala daskhub, with traefik ingress being of type `CLusterIP`) and dask scheduler dashboards are available on URLs of the type ``` https://my-domain.com/services/dask-gateway/clusters/xxx.yyy/status...
Is that possible to reset the Dask Cluster Name so that users can potentially prefix their own cluster with their username? This seems useful in a multi-tenant environment. When using...
Using TLS between workers and schedulers is appropriate in some situations, but in others it is not required. It also adds a non-trivial overhead and another entire failure mode to...
I need to add an additional label to the api gateway pod to apply an azure ad pod identity. JupyterHub allows this customization with the extraLabels option as seen here:...
When a user pod has spawned a dask-gateway cluster within the same k8s cluster, one could in theory make that cluster clean itself up by adding a `ownerReference` pointing to...
I suggest we try to get our installed dependencies in our Dockerfile's be dynamically updated by having a frozen dependency list that gets updated by dependabot submitting PRs that we...