From 6e8fd2efbabfcbb762a9eb7f3d9908edde16b3da Mon Sep 17 00:00:00 2001 From: Tomer Figenblat Date: Wed, 6 Apr 2022 16:13:03 +0300 Subject: [PATCH] Fixed the install application-manager command (#42) The new version of clusteradm instroduced a breaking change: https://github.com/open-cluster-management-io/clusteradm/commit/263979dd9d0ec38f5ca30c6d87552b11a5e2326b Signed-off-by: Tomer Figenblat --- solutions/deploy-a-helm-chart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/deploy-a-helm-chart/README.md b/solutions/deploy-a-helm-chart/README.md index 57797d499..b53733ec6 100644 --- a/solutions/deploy-a-helm-chart/README.md +++ b/solutions/deploy-a-helm-chart/README.md @@ -10,7 +10,7 @@ Install application manager addon on the hub cluster ``` kubectl config use kind-hub -clusteradm install addon --names application-manager +clusteradm install hub-addon --names application-manager ``` Install application manager agent on all the managed clusters