diff --git a/content/en/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization.md b/content/en/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization.md index 01bca1347..5a556828c 100644 --- a/content/en/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization.md +++ b/content/en/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization.md @@ -26,9 +26,9 @@ This guide demonstrates how to set cluster visibility. 3. Provide the basic information for the workspace and click **Next**. -4. On the **Select Clusters** page, you can see a list of available clusters. Check the cluster that you want to allocate to the workspace. +4. On the **Select Clusters** page, you can see a list of available clusters. Check the cluster that you want to allocate to the workspace and click **Create**. - ![select-a-cluster](/images/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization/select-a-cluster.png) + ![select-cluster](/images/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization/select-cluster.jpg) 5. After the workspace is created, workspace members with necessary permissions can create resources that run on the associated cluster. diff --git a/content/en/docs/quick-start/create-workspace-and-project.md b/content/en/docs/quick-start/create-workspace-and-project.md index 59892e7cd..28ccb635a 100644 --- a/content/en/docs/quick-start/create-workspace-and-project.md +++ b/content/en/docs/quick-start/create-workspace-and-project.md @@ -92,6 +92,12 @@ In this step, you create a workspace using the account `ws-manager` created in t Click **Create** after you finish. + {{< notice note >}} + + If you have enabled the [multi-cluster feature](../../multicluster-management/), you need to [assign an available cluster](../../cluster-administration/cluster-settings/cluster-visibility-and-authorization/#select-available-clusters-when-you-create-a-workspace) (or multiple clusters) to the workspace so that projects can be created on the cluster(s) later. + + {{}} + 3. Log out of the console and log back in as `ws-admin`. In **Workspace Settings**, select **Workspace Members** and click **Invite Member**. ![invite-member](/images/docs/quickstart/create-workspaces-projects-accounts/invite-member.png) diff --git a/content/zh/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization.md b/content/zh/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization.md index f5ab572fa..55308c3af 100644 --- a/content/zh/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization.md +++ b/content/zh/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization.md @@ -26,7 +26,7 @@ weight: 8610 3. 输入企业空间的基本信息,点击**下一步**。 -4. 在**集群选择**页面,您可以看到可用集群列表,选择分配给企业空间的集群。 +4. 在**集群选择**页面,您可以看到可用的集群列表,选择要分配给企业空间的集群并点击**创建**。 ![选择集群](/images/docs/zh-cn/cluster-administration/cluster-settings/cluster-visibility-and-authorization/select-a-cluster.PNG) diff --git a/content/zh/docs/quick-start/create-workspace-and-project.md b/content/zh/docs/quick-start/create-workspace-and-project.md index 8ab2e50d0..ef780ae6e 100644 --- a/content/zh/docs/quick-start/create-workspace-and-project.md +++ b/content/zh/docs/quick-start/create-workspace-and-project.md @@ -98,6 +98,12 @@ KubeSphere 的多租户系统分三个层级,即**群集**、**企业空间** 完成后,点击**创建**。 + {{< notice note >}} + + 如果您已启用[多集群功能](../../multicluster-management/),您需要为企业空间[分配一个或多个可用集群](../../cluster-administration/cluster-settings/cluster-visibility-and-authorization/#在创建企业空间时选择可用集群),以便项目可以在集群中创建。 + + {{}} + 3. 登出控制台,然后以 `ws-admin` 身份重新登录。在**企业空间设置**中,选择**企业成员**,然后点击**邀请成员**。 ![邀请成员](/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/邀请成员.jpg) diff --git a/static/images/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization/select-a-cluster.png b/static/images/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization/select-a-cluster.png deleted file mode 100644 index 97c0e61c3..000000000 Binary files a/static/images/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization/select-a-cluster.png and /dev/null differ diff --git a/static/images/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization/select-cluster.jpg b/static/images/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization/select-cluster.jpg new file mode 100644 index 000000000..666ef4759 Binary files /dev/null and b/static/images/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization/select-cluster.jpg differ