Shane Starcher
Shane Starcher
We have the same as if the server that the DNS query resolves to gets cached and if that server goes away logspout forever sends the data into the void...
Thank you for the detailed description. I'll work on getting support in for SSL for the hub if it's not something that can currently be supported with the current chart.
@manics any advice on what I might be doing wrong in a very basic case. ``` hub: extraConfig: jupyterlab: | c.JupyterHub.internal_ssl = True ``` ``` [I 2019-12-16 16:15:05.711 JupyterHub app:1428]...
Any reason you would specifically recommend going that route? As I understand it JupyterHub supports running each component separately and supports TLS between them all I would have imagined using...
My understanding from reading through the code is the only way to turn on ssl for the Hub portion is to use the `internal_ssl` config.
I'm entirely new to Jupyter so I have been working through the SSL config trying to see how to set up it up as the document seems to not have...
@minrk Thank you for your assistance and let me know what you think of the PR. https://github.com/jupyterhub/kubespawner/pull/386
So with my above PR my next issue is the dns/ip is being validated by the certificate and in the Kubernetes world the IP is dynamic. Any recommendations for handling...
Thanks, everyone for the assistance. My 2 above PRs resolve this issue for me.
I am no longer working on this so I can't speak to the current progress. At the time when I stopped working on it the PRs were all functional and...