mirror of
https://github.com/siderolabs/talos.git
synced 2025-09-07 15:01:11 +02:00
See https://github.com/containerd/cri/pull/1543 Fixes #4274 Fix is applied on two levels: * for Talos-initiated pulls, update API call * for Kubernetes-initiated pulls, update CRI plugin config Comparison of `/var` usage before/after, as reported by `talosctl mounts` (in GiB): | | before | after | |--------------|:------:|------:| | controlplane | 1.98 | 1.74 | | worker | 1.17 | 1.01 | It's hard to measure effect on pulls to system containerd, like `installer` image, as it's ephemeral, but it should also reduce space usage in `tmpfs`. Also fixes output of `talosctl mounts`. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>