I'm installing jupyterhub on k8s using
hook-image-puller: hook-image-awaiter:
PS: I disabled rbac in values.yaml (create=false) and am installing jupyterhub in a new namespace while there is one is running in another namespace)
CodePudding user response:
Disable the pre-pull hook:
prePuller: hook: enabled: false