-
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
Some questions about tf-serving on NFS #844
Comments
The reason for this error There is another error:
|
It looks like there is a problem mounting your NFS persistent volume. This doesn't look like an issue with Kubeflow but with your cluster/PV configuration. |
@jlewi I follow the steps in Serve a local model using Tensorflow Serving.md. Can you give me some advice on this issue? |
Its hard for me to tell what's going on from all your replies because I can't tell which logs go with what. In your first comment you pasted the following
This indicates a problem pulling the docker image for TF Serving. If you're having trouble accessing the internet then that could explain why you aren't able to start the pods. Although it looks like you have other Kubeflow processes that are running. Verify you can access the image e.g.
Then try to launch TF serving and then look at the result of |
/label question |
Signed-off-by: Ce Gao <[email protected]>
Hi,
We cannot access the Internet and Ambassador isn't working . Will these affect the use of tf-serving?
We use kubeadm1.9.1 set up kubernetes.
There is the information of inception-nfs service.
We can see the EXTERNAL-IP is none.
The error is
Could not find base path /mnt/var/nfs/general/inception
, but it exists in/var/nfs/general/inception
.Thanks!
The text was updated successfully, but these errors were encountered: