From dd4e97cf51644b351414101070ab7ca6fbc95f99 Mon Sep 17 00:00:00 2001 From: Mohamed Mahmoud Date: Thu, 11 Jul 2024 15:59:53 -0400 Subject: [PATCH] update readme with how to build and deploy catalog Signed-off-by: Mohamed Mahmoud --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e906aa66..672674922 100644 --- a/README.md +++ b/README.md @@ -182,4 +182,14 @@ object to find references to the bpfMap pinpoints (`spec.maps`) to configure the ## Developer For more architecture details about `bpfman-operator`, refer to -[Developing the bpfman-operator](https://bpfman.io/v0.5.0-rc1/developer-guide/develop-operator) \ No newline at end of file +[Developing the bpfman-operator](https://bpfman.io/v0.5.0-rc1/developer-guide/develop-operator) + +### Deploy as a bundle from the Console's OperatorHub page + +This mode is recommended when you want to test the customer experience of navigating through the operators' +catalog and installing/configuring it manually through the UI. + +```sh +export CATALOG_IMG=quay.io/$USER/bpfman-operator-catalog:v$VERSION +make catalog-build catalog-push catalog-deploy +```