You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run sky in an environment with limited network access. Download the image in advance: us-central1-docker.pkg.dev/skypilot-375900/skypilotk8s/skypilot:20240321 and import the image into the containerd directory. However, kubelet will also download it when it starts. Investigation found that it was in the file kubernetes-ssh-jump.yml.j2, which sets imagePullPolicy: Always. I modified it in the local environment sky directory: sky/lib/python3.10/site-packages/sky/templates/kubernetes-ingress.yml.j2, and set imagePullPolicy: IfNotPresent.
But sky launch did not take effect again, and it still downloaded. The question I want to ask is, is the place I changed correct, or can it not be changed?
The text was updated successfully, but these errors were encountered:
Run sky in an environment with limited network access. Download the image in advance: us-central1-docker.pkg.dev/skypilot-375900/skypilotk8s/skypilot:20240321 and import the image into the containerd directory. However, kubelet will also download it when it starts. Investigation found that it was in the file kubernetes-ssh-jump.yml.j2, which sets imagePullPolicy: Always. I modified it in the local environment sky directory: sky/lib/python3.10/site-packages/sky/templates/kubernetes-ingress.yml.j2, and set imagePullPolicy: IfNotPresent.
But sky launch did not take effect again, and it still downloaded. The question I want to ask is, is the place I changed correct, or can it not be changed?
The text was updated successfully, but these errors were encountered: