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