Adam Thornton
Adam Thornton
I'd also like to know, since the dependencies seem to have bitrotted and it doesn't build for me.
I created a PR; it builds under the go 1.11.6 in Debian buster now, at any rate. https://github.com/yudai/gotty/pull/259
There are 889 forks, including mine, so I don't think it's in any danger of vanishing....but I don't see any good way to arbitrate whose should be regarded as the...
Thanks! MIT is great.
Oof. This is biting me as I try to get the test suite working for a kubernetes_asyncio-based JupyterHUb Kubespawner. I'll see if I can figure any of that out.
I've done another PR: https://github.com/jupyterhub/kubespawner/pull/458 This lets you turn on `enable_user_namespaces` (or use a convenience subclass) and customize a namespace template. It will create the namespace if they don't exist...
You will also (if you are enabling use_user_namespaces) want to put something like this in your jupyterhub_config.py: ``` def get_hub_ns(): ns_path = '/var/run/secrets/kubernetes.io/serviceaccount/namespace' if os.path.exists(ns_path): with open(ns_path) as f: return...
At my site, we do create per-namespace serviceaccounts. On my medium-term roadmap is to make a configurable way to specify K8s resources that ride along with each user pod. We...
Basically the same as https://github.com/jupyterhub/jupyterlab-hub/issues/77 ; please merge the 0.35 PR and push a new npm package.
Changing the URL to have /status at the end doesn't help me. I still get blank tabs for the various graphs. I'm running effectively the same setup: JL, JH, K8s....