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

[K8s] Latest Docker Image not being pulled if older image exists locally #3555

Open
aswanthkrishna opened this issue May 15, 2024 · 0 comments

Comments

@aswanthkrishna
Copy link

When launching a SkyPilot task with a Docker image on local Kubernetes, the system does not pull the latest version of the image if an older version is already present locally.

This behavior appears to be due to the imagePullPolicy being set to IfNotPresent. based on discussion with @romilbhardwaj on slack, it might be useful to change to imagePullPolicy: Always

Version & Commit info:

  • sky -v: 1.0.0-dev0
  • sky -c: a726c7885184d4ab0791c65c08ee487aca311be9-dirty
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

1 participant