From 4610759cbee9f70c2e3146d07b4f07c7b8c6c3a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Mon, 29 Jun 2026 21:51:26 +0000 Subject: [PATCH] modified: README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b9e4707..802fb75 100644 --- a/README.md +++ b/README.md @@ -805,6 +805,11 @@ prune orphan images, execute on kubernetes host node crictl rmi --prune ``` +```bash +sudo ctr --address /run/k3s/containerd/containerd.sock images prune --all +``` + + ### Prune ephemeral containerd data Useful when testing image‑cache behavior or forcing a full image repull on the next reconciliation.