jupyterhub / kubespawner

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

Document the use or avoidance of Kubernetes labels #695

Open manics opened 1 year ago

manics commented 1 year ago

Proposed change

Follow-up from https://github.com/jupyterhub/kubespawner/pull/694

Document whether the labels set by KubeSpawner are stable, or whether people should set their own labels (and give an example of a username related label). This makes it clear for users and developers the expectations regarding changes to labels.

Alternative options

Do nothing, people remain unsure.

Who would use this feature?

Users of KubeSpawner. Developers of KubeSpawner.

(Optional): Suggest a solution