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

Add option for ImagePullPolicy for container creation #56

Closed
pablochacin opened this issue Jun 22, 2022 · 0 comments · Fixed by #57
Closed

Add option for ImagePullPolicy for container creation #56

pablochacin opened this issue Jun 22, 2022 · 0 comments · Fixed by #57

Comments

@pablochacin
Copy link
Contributor

pablochacin commented Jun 22, 2022

When testing in local clusters (for example, minikube) it is convenient to be able to run containers using local images (i.e. loaded to the local cluster) instead of pulled from a repository. In this case, setting the imagePullPolicy to IfNotPresent allows loading the local image.

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

Successfully merging a pull request may close this issue.

1 participant