-
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
Failed to connect to my Hub at http://tf-hub-0:8081/hub/api (attempt 1/5). Is it running? #78
Comments
What URL are you accessing Jupyter at? How are you connecting to Jupyter on your cluster? Are you exposing Jupyter Hub on an external IP? Are you connecting using kubectl port-forward? The url Were you able to reach the Jupyter login page? Did you try connecting via
And then accessing /cc @yuvipanda @foxish |
i have same case root@XXXX:~# kubectl exec busybox -- nslookup tf-hub-0 nslookup: can't resolve 'tf-hub-0' |
|
Yes, the problem is from kube-dns, after it was reconfigured, kubeflow works well. Thank you! @foxish |
@gangliao For posterity, what did you have to do to reconfigure kube-dns? Also how are you running Kubernetes? |
@jlewi My case is quite special. I find Flannel is configured incorrectly, then I reconfigure it and also restart my kube-dns, finally |
Thanks. |
…beflow#78) Signed-off-by: Abhilash Pallerlamudi <stp.abhi@gmail.com>
The text was updated successfully, but these errors were encountered: