jupyterhub / kubespawner

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

[KubeIngressProxy] Add ingress_extra_annotations and ingress_extra_labels #655

Closed dolfinus closed 1 year ago

dolfinus commented 2 years ago

This allows to add custom labels and annotations to Ingress objects created by KubeIngressProxy. For example, admin can add annotations to alter ingress behavior.

Next step of dividing #648 into smaller pieces

consideRatio commented 1 year ago

LGTM! Thanks soo much for dividing things in pieces!