-
According to the document, KubeSpawner will use randomly allocated port.
I deployed zero-to-jupyterhub-k8s (`hostNetwork:true` set for spark) and got error when login some users:
`[Warning] 0/3 nod…
-
In https://github.com/jupyterhub/kubespawner/pull/666 I transitioned kubespawner to no longer use setup.py but instead rely entirely on pyproject.toml together with [PyPA's `hatchling` build system](h…
-
Dot is a perfectly legal and common character in posix username, but it is used to generate a kubernetes namespace name and kubernetes doesn't allow dots.
Looks like there is one place where it nee…
-
Currently, we are continuously sending events (https://github.com/jupyterhub/kubespawner/blob/master/kubespawner/spawner.py#L1637), and when spawn is successful, we log them cumulatively in https://gi…
-
### Bug description
Logging in kubespawner prints out all environment variables on error. This includes sensitive values like the singleuser's API token and any other secrets being passed into the …
-
@choldgraf's card is apparently attached to the jupyterhub org on dockerhub, and it just got an 800$ charge!
![image](https://github.com/jupyterhub/team-compass/assets/30430/5b389a2b-1291-412c-a6c…
-
### Context
Implementing https://github.com/jupyterhub/kubespawner/issues/307 will give users more choice in which images they want for various profiles.
### Proposal
- [x] Implement im…
-
### Proposed change
IIUC, Kubespawner currently emits message from Kubernetes directly to the user when the spawn is pending. For users unfamiliar with Kubernetes, these messages might cause some c…
-
## Update by @consideRatio
If KubeSpawner is to do work in another cluster, it needs a way to get passed the credentials to speak with that k8s clusters api-server. Currently our logic doesn't supp…
-
I was just upgrading JH/kubespawner, and noticed that PR #301 caused a problem and possibly there's a bug in how it interacts with JupyterHub. #301 handles loading the user options the correct way (i…