This message was deleted.
# k3s
a
This message was deleted.
c
Did you have the ImagePullPolicy set to Always in your pod spec?
a
nope. IfNotPresent. It turns out that you need to do docker save <imageList> > file.tar and then gzip it. With -o it won't work here