From 10340f1620c731a38d37ebcffa560b19446273e6 Mon Sep 17 00:00:00 2001 From: xunpan Date: Wed, 28 Jul 2021 05:29:13 -0400 Subject: [PATCH] add lost step in making images use here document to decrease user effort in first try Signed-off-by: xunpan --- README.md | 44 ++++++++++++++++---------------------------- 1 file changed, 16 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index fe0e6956f..92f38b17c 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ export KUBECONFIG= Build the docker image to run the placement controller. ```sh +go install github.com/openshift/imagebuilder/cmd/imagebuilder@v1.2.1 make images export IMAGE_NAME= # export IMAGE_NAME=quay.io/open-cluster-management/placement:latest ``` @@ -51,23 +52,21 @@ NAME READY STATUS RESTARTS cluster-manager-placement-controller-cf9bbd6c-x9dnd 1/1 Running 0 2m16s ``` -Create a clusterset.yaml as shown in this example: +Here is an example. -```yaml +Create a `ManagedClusterSet`. +``` +cat < \ No newline at end of file +-->