Skip to content

Commit e58738a

Browse files
committed
Makefile: Target run-local, ignore scaling issues
Signed-off-by: Andreas Karis <[email protected]>
1 parent ace851d commit e58738a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ build-release-yamls: generate kustomize ## Generate the crd install bundle for a
339339

340340
.PHONY: run-local
341341
run-local: build ## Run the bpfman-operator locally for development purposes.
342-
kubectl scale deployment -n bpfman bpfman-operator --replicas=0
342+
kubectl scale deployment -n bpfman bpfman-operator --replicas=0 || true
343343
GO_LOG=debug bin/bpfman-operator
344344

345345
##@ Build

0 commit comments

Comments
 (0)