Skip to content
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

How to use local docker images when run pipeline experiment? #630

Closed
tiansiyuan opened this issue Jul 5, 2023 · 5 comments
Closed

How to use local docker images when run pipeline experiment? #630

tiansiyuan opened this issue Jul 5, 2023 · 5 comments

Comments

@tiansiyuan
Copy link

I have difficult to pull docker image: gcr.io/ml-pipeline/argoexec:v3.3.8-license-compliance on a microk8s node. So I use docker save/load to have it on the microk8s node.

When I run a pipeline experiment, I found it ignores the local image and tries to pull it and fails.

Another image, rocks.canonical.com:5000/kubeflow/examples/mnist-test:latest is pulled. And subsequent runs use the pulled image. The first run pulls it although I pulled it already manually.

And I can find in the mnist.py rocks.canonical.com:5000/kubeflow/examples/mnist-test:latest but not gcr.io/ml-pipeline/argoexec:v3.3.8-license-compliance

Could anyone help?

Thanks

@i-chvets
Copy link
Contributor

@tiansiyuan Could you provide exact steps, so we can reproduce this issue?
Also, please provide your environment info: microk8s verrsions, CKF version, etc.

@tiansiyuan
Copy link
Author

Hi,

This was caused GFW, Great Firewall, which blocks Google domains in China.

@i-chvets
Copy link
Contributor

Understood. Is issue resolved or do we need to keep it open?

@tiansiyuan
Copy link
Author

It is solved. Please close it.

Thanks a lot

@i-chvets
Copy link
Contributor

Issue is resolved. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants