Hi all. I’m looking into using JupyterHub at my organization. I’m currently investigating its named-server capabilities for those cases where our users want to have multiple notebook servers with different base image and compute resources configured. I’ve found the following merge on the Github: jupyterhub/jupyterhub#2089
However, it’s unclear to me how I enable this facility in my deployment.
Right now, for a POC, I’m running locally on minikube, and deploying via helm (e.g., helm upgrade --install jhub jupyterhub/jupyterhub --namespace jhub --version=0.9-b18a5ca --values config.yaml
)
Is there a flag I need to pass in the config.yaml file to enable these capabilities?