-
![image](https://github.com/jupyterhub/mybinder.org-deploy/assets/3837114/c6fce571-ea61-45c1-b021-d9d6c87daa24)
```
[W 2023-05-24 18:26:21.361 JupyterHub base:1030] 4 consecutive spawns failed. H…
-
Several things in this library and Kubernetes require unique names. Right now or name handling is a bit of a mishmash, with some things using `name` and some things using `generate_name` and letting k…
-
We rely on jupyterhub for a few multi user notebook deployments, backed by Kubernetes and exposing different sets of resources.
In cases where the resources are limited (as is the case for GPUs), i…
-
This is a thread to discuss any changes that might be required to our Spawner to allow the JRC integration.
This discussion fit in the discussion about the binder integration, since the changes req…
-
We should add the ability to use GPUs.
-
If a cluster is created, and the scheduler crashes for some reason, for example because it contained an old version of dask-gateway, that is an error very hard to get informed about.
Is there a way…
-
**Describe the issue**
See steps below. I was only able to always reproduce this on ODH, but not locally.
**To Reproduce**
Steps to reproduce the behavior:
1. In ODH launch JupyterHub and choos…
-
### Bug description
With yaml configuration like this :
```yaml
hub:
db:
type: mysql
url: mysql+pymysql://@:/
password:
```
#### Expected behaviour
Database should be connec…
-
PersistentVolumes live for the life of the cluster, if we need longer life than that we'll need an alternative.
-
User's single-user notebook server Pod in k8s is not getting deleted if the pod fails to start due to any of the below reasons:
1. If the pod is in crashloop backoff
2. Pod got evicted
3. Pod is in…