From b6c6d83432b4003cb031168430b424f86a94630f Mon Sep 17 00:00:00 2001 From: xuezhao Date: Fri, 16 Aug 2024 08:47:38 +0000 Subject: [PATCH] Rename the solution "Multiple Hubs" to "Multiple Agents". Signed-off-by: GitHub --- solutions/{multiple-hubs => multiple-agents}/README.md | 4 ++-- solutions/{multiple-hubs => multiple-agents}/setup-hub1.sh | 0 solutions/{multiple-hubs => multiple-agents}/setup-hub2.sh | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename solutions/{multiple-hubs => multiple-agents}/README.md (91%) rename solutions/{multiple-hubs => multiple-agents}/setup-hub1.sh (100%) rename solutions/{multiple-hubs => multiple-agents}/setup-hub2.sh (100%) diff --git a/solutions/multiple-hubs/README.md b/solutions/multiple-agents/README.md similarity index 91% rename from solutions/multiple-hubs/README.md rename to solutions/multiple-agents/README.md index 5449f8153..984a565ae 100644 --- a/solutions/multiple-hubs/README.md +++ b/solutions/multiple-agents/README.md @@ -1,6 +1,6 @@ -# Manage a cluster with multiple hubs +# Manage a spoke installed with multiple agents connected to different hubs -The scripts provided in this doc help you to setup an Open Cluster Management (OCM) environment with Kind clusters where a single cluster is managed by two hubs. The agents of thoes two hubs are all running in the default mode on the managed cluster under different namespaces. +The scripts provided in this document help you set up an Open Cluster Management (OCM) environment with Kind clusters, where a single cluster is managed by two hubs. The agents of the two hubs are all running in the default mode on the managed cluster under different namespaces. ## Prerequisite diff --git a/solutions/multiple-hubs/setup-hub1.sh b/solutions/multiple-agents/setup-hub1.sh similarity index 100% rename from solutions/multiple-hubs/setup-hub1.sh rename to solutions/multiple-agents/setup-hub1.sh diff --git a/solutions/multiple-hubs/setup-hub2.sh b/solutions/multiple-agents/setup-hub2.sh similarity index 100% rename from solutions/multiple-hubs/setup-hub2.sh rename to solutions/multiple-agents/setup-hub2.sh