-
Hi! I using talos in air-gapped environment. Also i enabled local image cache. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Talos doesn't do anything specific for that, it's all Kubernetes and pretty much defaults. If you're low on disk space, Kubernetes might evict some images. But most probably you have |
Beta Was this translation helpful? Give feedback.
Talos doesn't do anything specific for that, it's all Kubernetes and pretty much defaults.
If you're low on disk space, Kubernetes might evict some images.
But most probably you have
imagePullPolicy
set wrong which makes it try to pull every time, or you have your image with a tag:latest
.