From 4244378b989091bb33469282bf2e5e6c2cf70b11 Mon Sep 17 00:00:00 2001 From: Nianyu Shen Date: Thu, 17 Oct 2024 13:19:02 -0700 Subject: [PATCH] fix: install-k8s should respect cert Signed-off-by: Nianyu Shen --- Earthfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Earthfile b/Earthfile index 6c12a23..bceafae 100644 --- a/Earthfile +++ b/Earthfile @@ -230,6 +230,7 @@ kairos-agent: install-k8s: FROM --platform=linux/${ARCH} $ALPINE_IMG + DO +BASE_ALPINE COPY (+third-party/luet --binary=luet) /usr/bin/luet IF [ "$K8S_DISTRIBUTION" = "kubeadm" ] || [ "$K8S_DISTRIBUTION" = "kubeadm-fips" ] || [ "$K8S_DISTRIBUTION" = "nodeadm" ]