Hi,
I couldn’t find the function pre_spawn_hook
in the source code of Kubespawner kubespawner/kubespawner/spawner.py at a4b9b190f0335406c33c6de11b5d1b687842dd89 · jupyterhub/kubespawner · GitHub. I’m wondering when/where is this function called.
I assume that in z2jh the values.yaml
will be converted to config.py
and called jupyterhub -f config.py
within the hub pod. Is that right? but when/where are pre_spawn_hood
or other functions defined in the above Kubespawner repo like options_form
called? I would like to know the order of functions called at the initialization of jupyterhub.
best