From 52f59afbc3ee05b4bea9410f9b1d54e46deb9d9f Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Fri, 8 Aug 2025 19:30:30 -0400 Subject: [PATCH] Install fuse on wke --- recipes/common/wke.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/common/wke.yml b/recipes/common/wke.yml index b40c89f..f816952 100644 --- a/recipes/common/wke.yml +++ b/recipes/common/wke.yml @@ -25,6 +25,7 @@ modules: - nfsv4-client-utils - cryptsetup - device-mapper + - fuse - type: script snippets: - curl -sfL https://get.rke2.io | sh