Skip to content

Commit fa02f77

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

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
@@ -334,7 +334,7 @@ build-release-yamls: generate kustomize ## Generate the crd install bundle for a
334334

335335
.PHONY: run-local
336336
run-local: build ## Run the bpfman-operator locally for development purposes.
337-
kubectl scale deployment -n bpfman bpfman-operator --replicas=0
337+
kubectl scale deployment -n bpfman bpfman-operator --replicas=0 || true
338338
GO_LOG=debug bin/bpfman-operator
339339

340340
##@ Build

0 commit comments

Comments
 (0)