From 26e14b16b1293e8d88795123d66554e4417b8b7e Mon Sep 17 00:00:00 2001 From: jichenjc Date: Thu, 24 Mar 2022 07:56:44 +0000 Subject: [PATCH] update doc to align with latest code --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eabb414a..2a1b50ea 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,9 @@ Check the the subscription add-on deployment on the _managed_ cluster. ```shell $ kubectl config use-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