Simon Li

Results 655 comments of Simon Li

The proxy and hub have different roles- the hub is responsible for authentication and managing the user's server, but after that communication goes directly between the proxy and the user's...

I'm afraid I haven't used `internal_ssl` before. This was the original PR that added it https://github.com/jupyterhub/jupyterhub/pull/2055 @minrk @consideRatio Do you have any advice?

Have you had any thoughts on how to implement this? If it's not a simple change it'd be worth designing in the option for the proxy to talk to multiple...

@minrk has a PR to add Traefik but it needs more work: https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/1162

Is it possible to use a naming convention such as a `_` prefix to indicate `_private` in addition to the docs? It'd mean renaming all the existing helpers, but would...

@alcfftools thanks for following up, as you found out a Kubernetes ingress works well. If you have any suggestions on how to make this clearer please let us know, or...

It's most likely a configuration issue with your ingress controller. I've used nginx ingress successfully https://kubernetes.github.io/ingress-nginx/ But other implementations may not have websocket proxying enabled by default, so this is...

Yes, so perhaps it's an institutional proxy that restricts websocket connections, or local restrictions on your machine enforced by your institutions IT department? Could you investigate further? If it's not...

> Consider if we need or should expose some options besides what is configurable via hub.config, for example c.JupyterHub.load_roles etc. It is currently an array, should we make it a...

Since JupyterHub can now handle spawner parameters using environment variables could we also use the default entrypoint/command in singleuser containers instead of setting `singleuser.cmd`? https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2138