From 1d3c214cb4efcb6c87b07a90fadcf89cd8e584f1 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Thu, 19 Jun 2025 06:19:39 +0000 Subject: [PATCH] use ctr instead of k3s --- playbooks/prune-k3s.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/prune-k3s.yml b/playbooks/prune-k3s.yml index 9182de6..b2e89fa 100644 --- a/playbooks/prune-k3s.yml +++ b/playbooks/prune-k3s.yml @@ -5,5 +5,5 @@ - ../secret tasks: - name: Prune images - command: sudo k3s crictl rmi --prune + command: sudo ctr i prune --all