Home > Software design >  Failed to install jupyterhub(z2jh) with helm on k8s, giving hook-image-awaiter with timeout error (E
Failed to install jupyterhub(z2jh) with helm on k8s, giving hook-image-awaiter with timeout error (E

Time:12-05

I'm installing jupyterhub on k8s using enter image description here

hook-image-puller: enter image description here hook-image-awaiter: enter image description here

Event logs: enter image description here

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:

https://z2jh.jupyter.org/en/latest/administrator/optimization.html#pulling-images-before-users-arrive

prePuller: hook: enabled: false

  • Related