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 +-->