We're setting both c.JupyterHub.hub_connect_urlandKubeSpawner.hub_connect_url.
It's working. Except that KubeSpawner.hub_connect_url doesn't exist in the spawner source code.
TODO:
[ ] Ensure that the JH code does what you think it does in terms of passing down the hub_connect to KubeSpawn or otherwise figure out why this works.
[ ] Have a look at the KubeSpawn implementation and consider adding DNS based or Endpoint based service lookup for the Hub (and likely in the process adding a separate hub_connect url.
We're setting both
c.JupyterHub.hub_connect_url
andKubeSpawner.hub_connect_url
. It's working. Except thatKubeSpawner.hub_connect_url
doesn't exist in the spawner source code.TODO: