From fe5f958ab204178da345f5f62fb57254a4938e48 Mon Sep 17 00:00:00 2001 From: Paul Morie Date: Wed, 10 Jun 2020 12:00:27 -0400 Subject: [PATCH] Rename nucleus -> registration-operator in README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d48e1a178..956590d3f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -# nucleus +# registration-operator + Minimum cluster registration and work # How to Deploy ## Deploy all-in-one deployment on kind + 1. Create a kind cluster 2. Deploy all compoenent on the kind cluster ``` @@ -13,6 +15,7 @@ Minimum cluster registration and work 3. To clean the environment, run `make clean-deploy` ## Deploy on OCP + 1. Deploy hub component ``` export OLM_NAMESPACE=openshift-operator-lifecycle-manager