Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cupnes committed Feb 27, 2024
1 parent 6365fc6 commit b97ae47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ common/setup-components:
df -h
echo $(DOCKER_SAVE_PATH)/controller-container.tar
$(SUDO) sh -c "docker save controller:latest > $(DOCKER_SAVE_PATH)/controller-container.tar"
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 b97ae47

Please sign in to comment.