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.
2 parents 8cea866 + ab07f86 commit ace851dCopy full SHA for ace851d
Makefile
@@ -337,6 +337,11 @@ bundle: operator-sdk generate kustomize manifests ## Generate bundle manifests a
337
build-release-yamls: generate kustomize ## Generate the crd install bundle for a specific release version.
338
VERSION=$(VERSION) ./hack/build-release-yamls.sh
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
343
+ GO_LOG=debug bin/bpfman-operator
344
+
345
##@ Build
346
347
.PHONY: build
0 commit comments