-
The helm chart for the operator that was added in #452 has a service account but no roles. This means the chart doesn't work out of the box. The chart has been published in the latest release (`2022.5…
-
As observed by @costrouc in https://github.com/dask/dask-gateway/pull/392#issuecomment-829615662 and me in #420, the PBS test is intermittently failing unrelated to changes in PRs.
Let's try fix th…
-
```yaml
# config.yaml
jupyterhub:
proxy:
secretToken: "abc123"
hub:
services:
dask-gateway:
apiToken: "def456"
dask-gateway:
gateway:
auth:
jupyte…
-
It would be great to be able to attach a `KubeCluster` instance to an already running Dask cluster. This could be a cluster created with the [Dask helm chart](https://github.com/helm/charts/tree/maste…
-
Evaluate cloud native formats for NWM predictions, including STAC; develop and publish a Python library for use in Jupyter Notebooks that will utilize the designated metadata catalog to query NWM pred…
-
**Apache Airflow version**: 1.10.12
**Kubernetes version (if you are using kubernetes)** (use `kubectl version`):
**Environment**:
- **OS** (e.g. from /etc/os-release): centos7.4
**What h…
-
@rabernat opened a support ticket about a 404 response in the LEAP hub, see https://2i2c.freshdesk.com/a/tickets/126.
Our configuration mentions putting the dask-cluster schedulers created by our d…
-
As can be seen in [this job](https://github.com/dask/dask-gateway/runs/5703554767?check_suite_focus=true) the Kubernetes test can hang on the step named Helm install:
https://github.com/dask/dask-g…
-
Looking for opinions: Would it make sense to have an option to automate the api token creation and store it in a k8s secret so that when people first run the helm chart they don't have to do somethin…
-
I've deployed dask helm chart on gke, can access to the cluster with distributed.Client.
Now I need to connect to dask cluster with dask\_kubernetes.HelmCluster, but it raises this exception. Code w…