-
You can run all of Pangeo locally using [minikube](https://github.com/kubernetes/minikube), however you may wish to do part local and part cloud based. For example you may want your notebook locally b…
-
I'm working on a new proxy implementation for JupyterHub (and [dask-gateway](https://github.com/dask/dask-gateway/)) that uses Traefik 2.0's [IngressRoute](https://docs.traefik.io/providers/kubernetes…
-
## Background
When creating a new `KubeCluster` the `__init__()`/`_start()` process happens in a [couple of steps](
https://github.com/dask/dask-kubernetes/blob/734d001836fad228cca809093feec3d07cd…
-
Text-reuse detection with Passim version 1 takes place in multiple steps:
- [x] Rebuild all canonical data in the passim-rebuilt format (rebuilt adapted for passim's formatting needs)
- [x] Install al…
-
**TL;DR I'm going to play around with adding lifecycle features for Dask clusters for the next couple of days. This will likely result in design discussions and eventually many PRs to many repos, so w…
-
Since we're moving to dask-gateway for default dask configuration it might be time to revisit old tests setup to ensure dask-kubernetes was properly setup.
I also commented out the `client.get_ver…
-
The first iteration of dask-gateway allowed easily setting limits per-user. As of 0.7.1 this is no longer the case due to some refactoring. Now we can only directly limit the overall cluster as descri…
-
**What happened**:
Given a small SchedulerPlugin running on Kubernetes:
```python
from dask_gateway import GatewayCluster
import dask.distributed
class SomePlugin(dask.distributed.Scheduler…
-
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 the jupyterhub user serve…
-
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 d…
brews updated
3 years ago