From a164d7e8d13b6dde86dfb58d053df2f841970deb Mon Sep 17 00:00:00 2001 From: venkatnsrinivasan Date: Tue, 20 Sep 2022 22:54:27 +0530 Subject: [PATCH] Changed the default install path for RKE2 for C3OS compat --- Earthfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Earthfile b/Earthfile index 2889d19..74fa85a 100644 --- a/Earthfile +++ b/Earthfile @@ -73,6 +73,7 @@ docker: ENV INSTALL_RKE2_METHOD="tar" ENV INSTALL_RKE2_SKIP_RELOAD="true" + ENV INSTALL_RKE2_TAR_PREFIX="/usr" RUN ./install_rke2.sh && rm install_rke2.sh COPY +build-provider/agent-provider-rke2 /system/providers/agent-provider-rke2