Permission denied /var/run/secrets/kubernetes.io/serviceaccount/token

Hi Folks, I am trying to deploy single server jupyter hub in Kubernetes. When i am login as root user i am able to read Service account Token , but when login as personal user_id it is throwing a permission issue in below path /var/run/secrets/kubernetes.io/serviceaccount/token.
Env:
Python version : 3.8.10
Jupyterhub: 4.0.0
Spawner : LocalProcessSpawner

Any advise would be greatly appreciated
Thanks

This sounds like quite an unusual setup. If you’re running JupyterHub in Kubernetes the usual way is the official Helm Chart

Regardless, the inability user to access /var/run/secrets/kubernetes.io/serviceaccount/token sounds like a configuration issue with your pod, or with how your users/groups are setup, and nothing to do with JupyterHub.