jupyterhub / kubespawner

Kubernetes spawner for JupyterHub
https://jupyterhub-kubespawner.readthedocs.io
BSD 3-Clause "New" or "Revised" License
541 stars 303 forks source link

[KubeIngressProxy] Add common_labels option and expand username etc #653

Closed dolfinus closed 1 year ago

dolfinus commented 1 year ago

This allows to add custom labels to all objects created by KubeIngressProxy, like Endpoints, Service and Ingress. For example, admin can add here helm release name.

First step of dividing #648 into smaller pieces