We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af6b38 commit fa02f77Copy full SHA for fa02f77
Makefile
@@ -334,7 +334,7 @@ build-release-yamls: generate kustomize ## Generate the crd install bundle for a
334
335
.PHONY: run-local
336
run-local: build ## Run the bpfman-operator locally for development purposes.
337
- kubectl scale deployment -n bpfman bpfman-operator --replicas=0
+ kubectl scale deployment -n bpfman bpfman-operator --replicas=0 || true
338
GO_LOG=debug bin/bpfman-operator
339
340
##@ Build
0 commit comments