From 17aaca1004c61e51de9792f7e2979ecd54279d1c Mon Sep 17 00:00:00 2001 From: Felixnoo Date: Wed, 13 Jan 2021 11:11:36 +0800 Subject: [PATCH] Kube Fed and App Store ZH updated. Signed-off-by: Felixnoo --- .../introduction/kubefed-in-kubesphere.md | 8 +++++++- content/zh/docs/pluggable-components/app-store.md | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/content/zh/docs/multicluster-management/introduction/kubefed-in-kubesphere.md b/content/zh/docs/multicluster-management/introduction/kubefed-in-kubesphere.md index 54f592837..4d5f1cdfa 100644 --- a/content/zh/docs/multicluster-management/introduction/kubefed-in-kubesphere.md +++ b/content/zh/docs/multicluster-management/introduction/kubefed-in-kubesphere.md @@ -20,4 +20,10 @@ weight: 5120 ## 厂商无锁定 -KubeSphere 拥有功能强大的中央控制平面,您可以统一纳管部署在任意环境或云厂商上的 KubeSphere 集群。 \ No newline at end of file +KubeSphere 拥有功能强大的中央控制平面,您可以统一纳管部署在任意环境或云厂商上的 KubeSphere 集群。 + +## 在多集群架构中使用应用商店 + +与 KubeSphere 中的其他组件不同,[KubeSphere 应用商店](../../../pluggable-components/app-store/)是所有集群(包括 H 集群和 M 集群)的全局应用程序池。您只需要在 H 集群上启用应用商店,便可以直接在 M 集群上使用应用商店的相关功能(无论 M 集群是否启用应用商店),例如[应用模板](../../../project-user-guide/application/app-template/)和[应用仓库](../../../workspace-administration/app-repository/import-helm-repository/)。 + +但是,如果只在 M 集群上启用应用商店而没有在 H 集群上启用,您将无法在多集群架构中的任何集群上使用应用商店。 \ No newline at end of file diff --git a/content/zh/docs/pluggable-components/app-store.md b/content/zh/docs/pluggable-components/app-store.md index a0f64d029..c7960d753 100644 --- a/content/zh/docs/pluggable-components/app-store.md +++ b/content/zh/docs/pluggable-components/app-store.md @@ -136,3 +136,9 @@ openpitrix-hyperpitrix-deployment-fb76645f4-crvmm 1/1 Running 0 {{}} {{}} + +## 在多集群架构中使用应用商店 + +[在多集群架构中](../../multicluster-management/introduction/kubefed-in-kubesphere/),一个 Host 集群(H 集群)管理所有 Member 集群(M 集群)。与 KubeSphere 中的其他组件不同,应用商店是所有集群(包括 H 集群和 M 集群)的全局应用程序池。您只需要在 H 集群上启用应用商店,便可以直接在 M 集群上使用应用商店的相关功能(无论 M 集群是否启用应用商店),例如[应用模板](../../project-user-guide/application/app-template/)和[应用仓库](../../workspace-administration/app-repository/import-helm-repository/)。 + +但是,如果只在 M 集群上启用应用商店而没有在 H 集群上启用,您将无法在多集群架构中的任何集群上使用应用商店。 \ No newline at end of file