Hello experts,
We have configured Jupyterhub on an AKS cluster using the helmchart
I would like to add some extraLabels in one of my profiles under singleuser.profilelist.kubespawner_override as shown below. However I do not find these labels applied once the user pod is spawned. I tried to add these labels directly under singleuser.extraLabels - where it gets picked up as expected. Any thoughts?
singleuser:
profileList:
- display_name: "Jupyter Minimal Notebook"
description: "A minimal playground for getting started with Jupyterhub"
default: true
kubespawner_override:
image: jupyter/minimal-notebook
extraLabels:
aadpodidbinding: dry-dev-aks-aks-01-agentpool
I would also like to know if it is possible to add singleuser.CloudMetadata as an override under singleuser.profileList.kubespawner_override.CloudMetadata?