Skip to content

Commit fd57e0c

Browse files
committed
Create .kubeconfig file outside container
Signed-off-by: Manuel Alejandro de Brito Fontes <[email protected]>
1 parent ea47aa6 commit fd57e0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ DOCKER_RUN_CMD = docker run -it \
2020

2121
install: ## Install Gitpod
2222
@echo "Starting install process..."
23+
touch ${PWD}/.kubeconfig
2324
@$(call DOCKER_RUN_CMD, --install)
2425

2526
uninstall: ## Uninstall Gitpod

0 commit comments

Comments
 (0)