Support providing additional labels to deployments' pods
- Dominant language
- Python
- Stars
- 148
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
I need to add an additional label to the api gateway pod to apply an azure ad pod identity. JupyterHub allows this customization with the extraLabels option as seen here: https://github.com/jupyterhub/zero-to-jupyterhub-k8s/blob/204ec021454dbb4d7c23c524ac313dfc3d05ee2a/jupyterhub/values.yaml#L350
Edit: Ability to customize environment variables would be great also. In the meantime I can use extraConfig for this.
I'd love the same customizability here.
Contributor guide
Research direction
Start by comparing the linked zero-to-jupyterhub values.yaml, especially its extraLabels option, with dask-gateway's deployment configuration for the API gateway pod. Trace how deployment settings reach the pod and determine where the requested label customization belongs. Done means users can configure an additional pod label and see it applied to the API gateway deployment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, kubernetes, python
- Domain
- cloud, devops, infrastructure
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100