From a5d93d6ecc450b23eb3a0815f158ac2b7d1e17f7 Mon Sep 17 00:00:00 2001 From: Mrinal Chaturvedi Date: Wed, 13 May 2026 22:19:38 +0530 Subject: [PATCH] Fix flags Signed-off-by: Mrinal Chaturvedi --- Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 781b4099..aa7789d1 100644 --- a/Makefile +++ b/Makefile @@ -86,18 +86,13 @@ build-all: build build-agentd build-router ## Build all binaries run: @echo "Running workloadmanager..." go run ./cmd/workload-manager/main.go \ - --port=8080 \ - --ssh-username=sandbox \ - --ssh-port=22 + --port=8080 # Run server (with kubeconfig) run-local: @echo "Running workloadmanager with local kubeconfig..." go run ./cmd/workload-manager/main.go \ - --port=8080 \ - --kubeconfig=${HOME}/.kube/config \ - --ssh-username=sandbox \ - --ssh-port=22 + --port=8080 # Run router (development mode) run-router: