Skip to content

Commit

Permalink
Merge pull request #1875 from DSD-DBS/create-namespace-on-cluster-cre…
Browse files Browse the repository at this point in the history
…ation

build: Create sessions namespace in cluster creation target
  • Loading branch information
MoritzWeber0 authored Oct 4, 2024
2 parents 6d61f26 + 758bc8e commit bd68e87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd68e87

Please sign in to comment.