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 ace851d commit e58738aCopy full SHA for e58738a
Makefile
@@ -339,7 +339,7 @@ build-release-yamls: generate kustomize ## Generate the crd install bundle for a
339
340
.PHONY: run-local
341
run-local: build ## Run the bpfman-operator locally for development purposes.
342
- kubectl scale deployment -n bpfman bpfman-operator --replicas=0
+ kubectl scale deployment -n bpfman bpfman-operator --replicas=0 || true
343
GO_LOG=debug bin/bpfman-operator
344
345
##@ Build
0 commit comments