From 9303a680c9412bb26a2c1d1bfcd3008354a4fa43 Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Sat, 3 Feb 2018 19:36:23 -0800 Subject: [PATCH] Allow extra args to be passed into minikube-shell --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index b6f854d349..9e8308302f 100644 --- a/build/Makefile +++ b/build/Makefile @@ -271,7 +271,7 @@ minikube-agon-profile: # Connecting to minikube requires so enhanced permissions, so use this target # instead of `make shell` to start an interactive shell for development on minikube. minikube-shell: ensure-build-image minikube-agon-profile - $(MAKE) shell ARGS="--network=host -v $(minikube_cert_mount)" + $(MAKE) shell ARGS="--network=host -v $(minikube_cert_mount) $(ARGS)" # Push the local Agon Docker images that have already been built # via `make build` or `make build-images` into the "agon" minikube instance.