From 6365fc60f2412cd045b8d95be73640c615254621 Mon Sep 17 00:00:00 2001 From: Yuma Ogami Date: Tue, 27 Feb 2024 06:58:25 +0000 Subject: [PATCH] fix --- e2e/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/Makefile b/e2e/Makefile index b58cd51e..7b05b250 100644 --- a/e2e/Makefile +++ b/e2e/Makefile @@ -207,7 +207,7 @@ common/setup-components: $(MAKE) -C .. docker-build df -h echo $(DOCKER_SAVE_PATH)/controller-container.tar - docker save controller:latest > $(DOCKER_SAVE_PATH)/controller-container.tar + $(SUDO) sh -c "docker save controller:latest > $(DOCKER_SAVE_PATH)/controller-container.tar" $(SUDO) ctr -n k8s.io images import $(DOCKER_SAVE_PATH)/controller-container.tar $(MAKE) -C .. install $(MAKE) -C .. deploy