jupyterhub / zero-to-jupyterhub-k8s

Helm Chart & Documentation for deploying JupyterHub on Kubernetes

Home Page:https://zero-to-jupyterhub.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow the addition of a ServiceAccount to the PrePuller

samyuh opened this issue · comments

Proposed change

The current daemonset configuration does not permit the specification of a ServiceAccount.

Alternative options

One alternative is to allow the assignment of a custom label. However, this is not an ideal solution because our goal is for all pods to have an associated ServiceAccount.

Who would use this feature?

This feature is necessary for everyone who want to deploy pods with a ServiceAccount.

Fixed this issue on the following pull request: #3441

Can someone take a look? @minrk

I will close this issue since this is more likely a bug