mirror of https://github.com/k3s-io/k3s.git
Normally K3s will import all tarballs in the image dir on startup, and re-import any tarballs that change while it is running. This change allows users to opt into only importing tarballs that have changed since they were last imported, even across restarts. This behavior is opted into by touching a `.cache.json` file in the images dir. This file is used to track the size and mtime of the image files when they are imported. Signed-off-by: Brad Davidson <brad.davidson@rancher.com> |
||
---|---|---|
.. | ||
command.go | ||
command_windows.go | ||
config.go | ||
config_linux.go | ||
config_test.go | ||
config_windows.go | ||
containerd.go | ||
runtimes.go | ||
runtimes_test.go | ||
selinux.go | ||
watcher.go |