You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Please note that this project is no longer supported. Contact Red Hat for solutions on running Jupyter on OpenShift or look at https://opendatahub.io/ or https://radanalytics.io/ which are Red Hat projects.
As to your issue, the error means your user doesn't have sufficient privileges in the namespace you are trying to deploy to.
Hi @GrahamDumpleton Thank you so much for your response! I have project admin role attached to my user and that is the highest privilege available to me at this point. Can you please let me know what level of access should I require to do this deployment? Also, the deployment moves forward and the jupyterhub-quickstart pod never goes past initialization and gets killed.
Also in the projects that you shared, I am not able to find any tutorial related to JupyterHub. Can you please help?
As I said, the project is no longer supported. I can't help as I don't use nor have ready access to OpenShift anymore. Thus why I indicated you need to use one of the official Red Hat projects or ask Red Hat directly.
If you can't create the role binding as a project admin then I don't know what the issue is. OpenShift may have changed what it means to be a project admin and now blocks you from creating a new role binding for a service account in the namespace with edit cluster role, but that would be odd to do that as it would break so many things.
I am facing couple of issues trying to deploy JupyterHub in OpenShift using the templates provided in the tutorial
Can someone please help? I really looking to get this up and running
The text was updated successfully, but these errors were encountered: