Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Satoru Takeuchi <[email protected]>
  • Loading branch information
satoru-takeuchi committed Feb 28, 2024
1 parent b97ae47 commit a0490a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,10 @@ common/setup-components:
$(MAKE) -C .. docker-build
df -h
echo $(DOCKER_SAVE_PATH)/controller-container.tar
$(SUDO) sh -c "docker save controller:latest > $(DOCKER_SAVE_PATH)/controller-container.tar"
docker save controller:latest | $(SUDO) ctr -n k8s.io images import -
ls -l $(DOCKER_SAVE_PATH)/controller-container.tar
ls -hl $(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

Expand Down

0 comments on commit a0490a3

Please sign in to comment.