modified: README.md

This commit is contained in:
Márcio Fernandes
2026-06-29 21:51:26 +00:00
parent d4f254365e
commit 4610759cbe
+5
View File
@@ -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 imagecache behavior or forcing a full image repull on the next reconciliation.