This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Description
I am facing couple of issues trying to deploy JupyterHub in OpenShift using the templates provided in the tutorial
- When I try to run oc new-app --template jupyterhub-deployer, I am getting error: rolebindings.authorization.openshift.io "jupyterhub-edit" is forbidden: attempt to grant extra privileges but all the other resources are getting created successfully and the deployment results in Failed status
- Although the deployment results in Failed status, when I go to OpenShift and monitor the deployment, the container with jupyterhub-quickstart image gets created and started but the pod gets stuck in pods-initializing state and times out after sometime. I am not getting any useful information from the Events log and not able to get around the issue.
Can someone please help? I really looking to get this up and running