From 0efd9dc913cb60b8e3038cd048ca4eee44df8cda Mon Sep 17 00:00:00 2001 From: Jordan Barrett Date: Fri, 22 Sep 2023 10:51:02 +0700 Subject: [PATCH] Add `k3s-operator-update` Make target --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 92893b5744f..3807a616436 100644 --- a/Makefile +++ b/Makefile @@ -533,6 +533,11 @@ microk8s-operator-update: host-install operator-image ## microk8s-operator-update: Push up the newly built operator image for use with microk8s @${UPDATE_MICROK8S_OPERATOR} +.PHONY: k3s-operator-update +k3s-operator-update: host-install operator-image +## k3s-operator-update: Push up the newly built operator image for use with k3s + docker save "$(shell ${OPERATOR_IMAGE_PATH})" | k3s ctr images import - + .PHONY: check-k8s-model check-k8s-model: ## check-k8s-model: Check if k8s model is present in show-model