From e9e39d3728d0ab104993de77a0108e13217f39a9 Mon Sep 17 00:00:00 2001 From: Yang Le Date: Fri, 24 Sep 2021 15:20:00 +0800 Subject: [PATCH] update readme Signed-off-by: Yang Le --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2636681eb..18a6a9fdc 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,13 @@ make images export IMAGE_NAME= # export IMAGE_NAME=quay.io/open-cluster-management/placement:latest ``` -If your are using kind, load image into kind cluster. +If your are using kind, load image into the kind cluster. ```sh kind load docker-image # kind load docker-image quay.io/open-cluster-management/placement:latest ``` -And then deploy placement manager on cluster -``` +And then deploy placement manager on the cluster. +```sh make deploy-hub ``` @@ -61,7 +61,7 @@ cluster-manager-placement-controller-cf9bbd6c-x9dnd 1/1 Running 0 Here is an example. Create a `ManagedClusterSet`. -``` +```sh cat < ### Clean up Undeploy placement controller from the cluster. -``` +```sh make undeploy-hub ```