-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spawner options error(401) #784
Comments
It looks like the JupyterHub spawner doesn't have sufficient permissions to create a POD for the notebook. What service account is the JupyterHub spawner pod using? Was the appropriate role binding correctly created for this service account? |
I closed RBAC authorized
|
This looks like jupyterhub/kubespawner#155 It looks like killing the pod might help. Can you try that? |
Thanks,it works;But I meet this problem #78 ;I don`t find the specific method in this issue? |
@jlewi Thanks , when i rebuild kubeflow-core ,i didn`t got the 401 error,a container named jupyter-username was build but i got 500 error just like #78 description, below is my logs
I might be my kube-dns error ,i will check ,and return back |
Any luck?
This looks like a cluster networking issue or something is going wrong with JupyterHub. My suggestion would be to try running a container (e.g. busybox) in the cluster and seeing if you can access |
@jlewi I try it , and i am sure my kube-dns is not working,but the status is running;
one question , why 3 ambassador ? Each of tf-hub tf-job-dashboard and tf-job-operator has one ? |
I didn't understand what you are asking. We run 3 ambassadors because that just happens to be the default and we haven't changed it. If the problem is kube-dns your best bet would probably to try the Kubernetes mailing list for help. You can try looking at the logs of kube-dns. |
@jlewi Sorry , I konw about it.
|
I sloved thr problem , i Setting error parameters for coredns. |
* Adding deployment status to Suggestion status * Adding running status immediately when set
When i use Jupyter ,i choose some option and click Spawn ,error occurred.
I have the notebook image
and i check the container log
@pineking
The text was updated successfully, but these errors were encountered: