Tyler
Tyler
### Proposed change I'm using docker-compose to deploy my jupyterhub setup. In the process of upgrading one of my docker images, I ran into this error: ``` jupyterhub-1 | [D...
## Summary Currently there is not a robust way of exposing secrets for given users/groups in kuberentes jupyterlab. ## Proposed implementation Using hashicorp vault within the QHub deployment. I see...
## Summary This is a large issue that we see come up a lot. Would like to have some way to assess costs of specific users and groups etc. Currently...
## Summary Currently the environment that jupyterlab launches with is built into the docker container that qhub launches with. This becomes an issue when users would like to modify the...
Fixes #1572 Passes the instantiated boto client to the sub-processes instead of instantiating a new boto3 client object within each subprocess. Details for why this is needed are in the...
Botocore will throw an error of `botocore.exceptions.NoCredentialsError` if too many s3 objects are requested simultaneously on an AWS EC2 instance (including Kubernetes.) In my use case this was because we...
Currently Metaflow doesn't set the memory limit for jobs on Kubernetes. This can be an issue if there are two memory-hungry jobs running on the same node. If both flows...
## Reference Issues or PRs Fixes https://github.com/nebari-dev/nebari/issues/2495 ## What does this implement/fix? _Put a `x` in the boxes that apply_ - [ ] Bug fix (non-breaking change which fixes an...
## Reference Issues or PRs Competes and fixes #3156 ## What does this implement/fix? _Put a `x` in the boxes that apply_ - [ ] Bug fix (non-breaking change which...
### Context Keycloak currently doesn't have any testing. ### Value and/or benefit Keycloak needs to be updated and having tests will enable us to ensure that the newer versions of...