Skip to content

Commit

Permalink
update doc to align with latest code (#137)
Browse files Browse the repository at this point in the history
Signed-off-by: jichenjc <jichenjc@cn.ibm.com>
  • Loading branch information
jichenjc authored Mar 24, 2022
1 parent f4955b1 commit bb2d3f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ Check the the subscription add-on deployment on the _managed_ cluster.

```shell
$ kubectl config use-context <managed cluster context> # kubectl config use-context kind-cluster1
$ kubectl -n open-cluster-management-agent-addon get deploy multicluster-operators-subscription
NAME READY UP-TO-DATE AVAILABLE AGE
multicluster-operators-subscription 1/1 1 1 103s
$ kubectl -n open-cluster-management-agent-addon get deploy application-manager
NAME READY UP-TO-DATE AVAILABLE AGE
application-manager 1/1 1 1 103s
```

### What is next
Expand Down

0 comments on commit bb2d3f9

Please sign in to comment.