From 758bc8e3c7ba25f4ce3da48b57af47aa3b655a31 Mon Sep 17 00:00:00 2001 From: MoritzWeber Date: Fri, 4 Oct 2024 10:04:20 +0200 Subject: [PATCH] build: Create sessions namespace in cluster creation target Simplifies the dev-experience since it's no longer required to have the helm chart deployed. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3e5129369a..4f7cec790c 100644 --- a/Makefile +++ b/Makefile @@ -156,6 +156,7 @@ create-cluster: registry -p "30000-30005:30000-30005@server:0" kubectl cluster-info kubectl config set-context --current --namespace=$(NAMESPACE) + kubectl create namespace $(SESSION_NAMESPACE) install-vpa: git clone https://github.com/kubernetes/autoscaler.git