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 0aa289b96..e2685b81d 100644
--- a/content/en/docs/quick-start/create-workspace-and-project.md
+++ b/content/en/docs/quick-start/create-workspace-and-project.md
@@ -1,7 +1,7 @@
---
title: "Create Workspaces, Projects, Accounts and Roles"
keywords: 'KubeSphere, Kubernetes, Multi-tenant, Workspace, Account, Role, Project'
-description: 'Leverage the multi-tenant system of KubeSphere for fine-grained access control at different levels.'
+description: 'Take advantage of the multi-tenant system of KubeSphere for fine-grained access control at different levels.'
linkTitle: "Create Workspaces, Projects, Accounts and Roles"
weight: 2300
---
@@ -12,13 +12,9 @@ This quickstart demonstrates how to create workspaces, roles and user accounts w
KubeSphere needs to be installed in your machine.
-## Estimated Time
-
-About 15 minutes.
-
## Architecture
-The multi-tenant system of KubeSphere features **three** levels of hierarchical structure which are cluster, workspace and project. A project in KubeSphere is a Kubernetes [namespace](https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/).
+The multi-tenant system of KubeSphere features **three** levels of hierarchical structure which are cluster, workspace, and project. A project in KubeSphere is a Kubernetes [namespace](https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/).
You are required to create a new [workspace](../../workspace-administration/what-is-workspace/) to work with instead of using the system workspace where system resources are running and most of them are viewable only. In addition, it is strongly recommended different tenants work with corresponding roles in a workspace for security considerations.
@@ -33,46 +29,80 @@ After KubeSphere is installed, you need to add different users with varied roles
1. Log in to the web console as `admin` with the default account and password (`admin/P@88w0rd`).
{{< notice tip >}}
- For account security, it is highly recommended that you change your password the first time you log in to the console. To change your password, select **User Settings** in the drop-down menu in the top-right corner. In **Password Setting**, set a new password. You also can change the console language in **User Settings**.
+ For account security, it is highly recommended that you change your password the first time you log in to the console. To change your password, select **User Settings** in the drop-down list in the upper-right corner. In **Password Settings**, set a new password. You also can change the console language in **User Settings**.
{{ notice >}}
- 
+2. Click **Platform** in the upper-left corner, and then select **Access Control**. In the left nevigation pane, select **Account Roles**. There are four built-in roles as shown in the following table.
-2. After you log in to the console, click **Platform** in the top-left corner and select **Access Control**.
-
- 
-
- In **Account Roles**, there are four available built-in roles as shown below. The account to be created next will be assigned the role `users-manager`.
-
- | Built-in Roles | Description |
- | -------------------- | ------------------------------------------------------------ |
- | `workspaces-manager` | The workspace manager on the platform who manages all workspaces on the platform. |
- | `users-manager` | The user manager on the platform who manages all users. |
- | `platform-regular` | The normal user on the platform who has no access to any resources before joining a workspace or cluster. |
- | `platform-admin` | The platform administrator who can manage all resources on the platform. |
+
+
+
+ | Built-in Roles |
+ Description |
+
+
+ workspaces-manager |
+ Workspace manager who can manage all workspaces on the platform. |
+
+
+
+ users-manager |
+ User manager who can manage all users on the platform. |
+
+
+ platform-regular |
+ Regular user who has no access to any resources before joining a workspace or cluster. |
+
+
+ platform-admin |
+ Administrator who can manage all resources on the platform. |
+
+
+
{{< notice note >}}
-Built-in roles are created automatically by KubeSphere and cannot be edited or deleted.
+ Built-in roles are created automatically by KubeSphere and cannot be edited or deleted.
{{ notice >}}
-3. In **Accounts**, click **Create**. In the pop-up window, provide all the necessary information (marked with *) and select `users-manager` for **Role**. Refer to the image below as an example.
+3. In **Accounts**, click **Create**. In the displayed dialog box, provide all the necessary information (marked with *) and select `users-manager` for **Role**. Refer to the following image as an example.
- 
+ 
- Click **OK** after you finish. A newly-created account will display in **Accounts**.
+ Click **OK** after you finish. The new account will display on the **Accounts** page.
4. Log out of the console and log back in with the account `user-manager` to create four accounts that will be used in other tutorials.
{{< notice tip >}}
- To log out, click your username in the top-right corner and select **Log Out**.
+ To log out, click your username in the upper-right corner and select **Log Out**.
{{ notice >}}
- | Account | Role | Description |
- | ----------------- | -------------------- | ------------------------------------------------------------ |
- | `ws-manager` | `workspaces-manager` | Create and manage all workspaces. |
- | `ws-admin` | `platform-regular` | Manage all resources in a specified workspace (This account is used to invite new members to a workspace in this example). |
- | `project-admin` | `platform-regular` | Create and manage projects and DevOps projects, and invite new members into the projects. |
- | `project-regular` | `platform-regular` | `project-regular` will be invited to a project or DevOps project by `project-admin`. This account will be used to create workloads, pipelines and other resources in a specified project. |
+
+
+
+ | Account |
+ Role |
+ Description |
+
+
+ ws-manager |
+ workspaces-manager |
+ Create and manage all workspaces. |
+
+
+ ws-admin |
+ platform-regular |
+ Manage all resources in a specified workspace (This account is used to invite new members to a workspace in this example). |
+
+ project-admin |
+ platform-regular |
+ Create and manage projects and DevOps projects, and invite new members into the projects. |
+
+ project-regular |
+ platform-regular |
+ project-regular will be invited to a project or DevOps project by project-admin. This account will be used to create workloads, pipelines and other resources in a specified project. |
+
+
+
5. Verify the four accounts created.
@@ -82,15 +112,9 @@ Built-in roles are created automatically by KubeSphere and cannot be edited or d
In this step, you create a workspace using the account `ws-manager` created in the previous step. As the basic logic unit for the management of projects, DevOps projects and organization members, workspaces underpin the multi-tenant system of KubeSphere.
-1. Log in to KubeSphere as `ws-manager` which has the permission to manage all workspaces on the platform. Click **Platform** in the top-left corner and select **Access Control**. In **Workspaces**, you can see there is only one default workspace `system-workspace` listed, where system-related components and services run. You are not allowed to delete this workspace.
+1. Log in to KubeSphere as `ws-manager` which has the permission to manage all workspaces on the platform. Click **Platform** in the upper-left corner and select **Access Control**. In **Workspaces**, you can see there is only one default workspace `system-workspace`, where system-related components and services run. You are not allowed to delete this workspace.
- 
-
-2. Click **Create** on the right, name the new workspace `demo-workspace` and set the user `ws-admin` as the workspace manager shown in the screenshot below:
-
- 
-
- Click **Create** after you finish.
+2. Click **Create** on the right, set a name for the new workspace (for example, `demo-workspace`) and set the user `ws-admin` as the workspace manager. Click **Create** after you finish.
{{< notice note >}}
@@ -100,77 +124,81 @@ In this step, you create a workspace using the account `ws-manager` created in t
3. Log out of the console and log back in as `ws-admin`. In **Workspace Settings**, select **Workspace Members** and click **Invite Member**.
- 
-
-4. Invite both `project-admin` and `project-regular` to the workspace. Grant them the role `workspace-self-provisioner` and `workspace-viewer` respectively.
+4. Invite both `project-admin` and `project-regular` to the workspace. Assign them the role `workspace-self-provisioner` and `workspace-viewer` respectively and click **OK**.
{{< notice note >}}
The actual role name follows a naming convention: `-`. For example, in this workspace named `demo-workspace`, the actual role name of the role `viewer` is `demo-workspace-viewer`.
{{ notice >}}
- 
+ 
-5. After you add both `project-admin` and `project-regular` to the workspace, click **OK**. In **Workspace Members**, you can see three members listed.
+5. In **Workspace Members**, you can see three members listed.
- | Account | Role | Description |
- | ----------------- | ---------------------------- | ------------------------------------------------------------ |
- | `ws-admin` | `workspace-admin` | Manage all resources under the workspace (Use this account to invite new members to the workspace). |
- | `project-admin` | `workspace-self-provisioner` | Create and manage projects and DevOps projects, and invite new members to join the projects. |
- | `project-regular` | `workspace-viewer` | `project-regular` will be invited by `project-admin` to join a project or DevOps project. The account can be used to create workloads, pipelines, etc. |
+
+
+
+ | Account |
+ Role |
+ Description |
+
+
+ ws-admin |
+ workspace-admin |
+ Manage all resources under the workspace (use this account to invite new members to the workspace). |
+
+
+ project-admin |
+ workspace-self-provisioner |
+ Create and manage projects and DevOps projects, and invite new members to join the projects. |
+
+ project-regular |
+ workspace-viewer |
+ project-regular will be invited by project-admin to join a project or DevOps project. The account can be used to create workloads, pipelines, etc. |
+
+
+
### Step 3: Create a project
In this step, you create a project using the account `project-admin` created in the previous step. A project in KubeSphere is the same as a namespace in Kubernetes, which provides virtual isolation for resources. For more information, see [Namespaces](https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/).
-1. Log in to KubeSphere as `project-admin`. In **Projects**, click **Create**.
-
- 
+1. Log in to the KubeSphere web console as `project-admin`. In **Projects**, click **Create**.
2. Enter the project name (for example, `demo-project`) and click **OK** to finish. You can also add an alias and description for the project.
- 
+3. In **Projects**, click the project name to view its details page.
-3. In **Projects**, click the project created just now to view its detailed information.
+4. On the **Overview** page of the project, the project quota remains unset by default. You can click **Set** and specify [resource requests and limits](../../workspace-administration/project-quotas/) as needed (for example, 1 Core for CPU and 1000 Gi for memory).
- 
+ 
-4. On the **Overview** page of the project, the project quota remains unset by default. You can click **Set** and specify [resource requests and limits](../../workspace-administration/project-quotas/) as needed (for example, 1 core for CPU and 1000Gi for memory).
+5. Invite `project-regular` to this project and grant this user the role `operator`. Refer to the following image for specific steps.
- 
-
- 
-
-5. Invite `project-regular` to this project and grant this user the role `operator`. Refer to the image below for specific steps.
-
- 
+ 
{{< notice info >}}
- The user granted the role `operator` will be a project maintainer who can manage resources other than users and roles in the project.
+ The user granted the role `operator` is a project maintainer who can manage resources other than users and roles in the project.
{{ notice >}}
6. Before creating a [Route](../../project-user-guide/application-workloads/routes/) which is [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) in Kubernetes, you need to enable a gateway for this project. The gateway is an [NGINX Ingress controller](https://github.com/kubernetes/ingress-nginx) running in the project. To set a gateway, go to **Advanced Settings** in **Project Settings** and click **Set Gateway**. The account `project-admin` is still used in this step.
- 
+7. Select the access method **NodePort** and click **Save**.
-7. Choose the access method **NodePort** and click **Save**.
-
- 
-
-8. Under **Internet Access**, it can be seen that the Gateway Address and the NodePort of http and https all display on the page.
+8. Under **Internet Access**, you can obtain the Gateway Address and the NodePort of http and https in the list.
{{< notice note >}}
-If you want to expose services using the type `LoadBalancer`, you need to use the LoadBalancer plugin of cloud providers. If your Kubernetes cluster is running in a bare metal environment, it is recommended that you use [PorterLB](https://github.com/kubesphere/porter) as the LoadBalancer plugin.
+ If you want to expose services using the type `LoadBalancer`, you need to use the LoadBalancer plugin of cloud providers. If your Kubernetes cluster is running in a bare metal environment, it is recommended that you use [OpenELB](https://github.com/kubesphere/openelb) as the LoadBalancer plugin.
{{ notice >}}
- 
+ 
### Step 4: Create a role
-After you finish the above steps, you know that users can be granted different roles at different levels. The roles used in previous steps are all built-in ones created by KubeSphere itself. In this step, you will learn how to define a customized role to meet the needs in your work.
+After you finish the above steps, you know that users can be granted different roles at different levels. The roles used in previous steps are all built-in ones created by KubeSphere. In this step, you will learn how to define a customized role to meet the needs in your work.
1. Log in to the KubeSphere web console as `admin` again and go to **Access Control**.
-2. Click **Account Roles** on the left navigation bar and **Create** on the right.
+2. Click **Account Roles** on the left navigation pane, and then click **Create** on the right.
{{< notice note >}}
@@ -197,7 +225,7 @@ After you finish the above steps, you know that users can be granted different r
{{ notice >}}
-5. On the **Account Roles** page, you can click the name of the created role to view the role details and click
to edit or delete the role.
+5. On the **Account Roles** page, you can click the name of the created role to view the role details and click
to edit the role, edit the role permissions, or delete the role.
6. On the **Accounts** page, you can assign the role to an account when you create an account or edit an existing account.
@@ -212,18 +240,12 @@ To create a DevOps project, you must install the KubeSphere DevOps system in adv
1. Log in to the console as `project-admin`. In **DevOps Projects**, click **Create**.
- 
+2. Set a name for the DevOps project (for example, `demo-devops`) and click **OK**. You can also add an alias and description for the project.
-2. Enter the DevOps project name (for example, `demo-devops`) and click **OK**. You can also add an alias and description for the project.
+3. Click the project name to view its details page.
- 
+4. Go to **Project Management** and select **Project Members**. Click **Invite Member** to grant `project-regular` the role `operator`, who is allowed to create pipelines and credentials. Click **OK** to finish.
-3. In **DevOps Projects**, click the project created just now to view its detailed information.
-
- 
-
-4. Go to **Project Management** and select **Project Members**. Click **Invite Member** to grant `project-regular` the role of `operator`, who is allowed to create pipelines and credentials.
-
- 
+ 
You are now familiar with the multi-tenant management system of KubeSphere. In other tutorials, the account `project-regular` will also be used to demonstrate how to create applications and resources in a project or DevOps project.
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 e664fdab3..a0e8bf8e9 100644
--- a/content/zh/docs/quick-start/create-workspace-and-project.md
+++ b/content/zh/docs/quick-start/create-workspace-and-project.md
@@ -12,11 +12,6 @@ weight: 2300
KubeSphere 需要安装在您的机器中。
-
-## 预计时间
-
-大约 15 分钟。
-
## 架构
KubeSphere 的多租户系统分**三个**层级,即集群、企业空间和项目。KubeSphere 中的项目等同于 Kubernetes 的[命名空间](https://kubernetes.io/zh/docs/concepts/overview/working-with-objects/namespaces/)。
@@ -34,50 +29,84 @@ KubeSphere 的多租户系统分**三个**层级,即集群、企业空间和
1. 以 `admin` 身份使用默认帐户和密码 (`admin/P@88w0rd`) 登录 Web 控制台。
{{< notice tip >}}
- 出于安全考虑,强烈建议您在首次登录控制台时更改密码。若要更改密码,在右上角的下拉菜单中选择**个人设置**,在**密码设置**中设置新密码,您也可以在**个人设置**中修改控制台语言。
+ 出于安全考虑,强烈建议您在首次登录控制台时更改密码。若要更改密码,在右上角的下拉列表中选择**个人设置**,在**密码设置**中设置新密码,您也可以在**个人设置**中修改控制台语言。
{{ notice >}}
- 
+2. 点击左上角的**平台管理**,然后选择**访问控制**。在左侧导航栏中,选择**帐户角色**。四个内置角色的描述信息如下表所示。
-2. 登录控制台后,点击左上角的**平台管理**,然后选择**访问控制**。
-
- 
-
- 在**帐户角色**中,有如下所示四个可用的内置角色。接下来要创建的第一个帐户将被分配 `users-manager` 角色。
-
- | 内置角色 | 描述 |
- | -------------------- | ------------------------------------------------------------ |
- | `workspaces-manager` | 企业空间管理员,管理平台所有企业空间。 |
- | `users-manager` | 用户管理员,管理平台所有用户。 |
- | `platform-regular` | 平台普通用户,在被邀请加入企业空间或集群之前没有任何资源操作权限。 |
- | `platform-admin` | 平台管理员,可以管理平台内的所有资源。 |
+
+
+
+ | 内置角色 |
+ 描述 |
+
+
+ workspaces-manager |
+ 企业空间管理员,管理平台所有企业空间。 |
+
+
+
+ users-manager |
+ 用户管理员,管理平台所有用户。 |
+
+
+ platform-regular |
+ 平台普通用户,在被邀请加入企业空间或集群之前没有任何资源操作权限。 |
+
+
+ platform-admin |
+ 平台管理员,可以管理平台内的所有资源。 |
+
+
+
{{< notice note >}}
-内置角色由 KubeSphere 自动创建,无法编辑或删除。
+ 内置角色由 KubeSphere 自动创建,无法编辑或删除。
{{ notice >}}
-3. 在**帐户管理**中,点击**创建**。在弹出窗口中,提供所有必要信息(带有*标记),然后在**角色**字段选择 `users-manager`。请参考下图示例。
+3. 在**帐户管理**中,点击**创建**。在弹出的对话框中,提供所有必要信息(带有*标记),然后在**角色**一栏选择 `users-manager`。请参考下图示例。
- 
+ 
完成后,点击**确定**。新创建的帐户将显示在**帐户管理**中的帐户列表中。
4. 切换帐户使用 `user-manager` 重新登录,创建如下四个新帐户,这些帐户将在其他的教程中使用。
{{< notice tip >}}
-帐户登出请点击右上角的用户名,然后选择**登出**。
+ 帐户登出请点击右上角的用户名,然后选择**登出**。
{{ notice >}}
- | 帐户 | 角色 | 描述 |
- | ----------------- | -------------------- | ------------------------------------------------------------ |
- | `ws-manager` | `workspaces-manager` | 创建和管理所有企业空间。 |
- | `ws-admin` | `platform-regular` | 管理指定企业空间中的所有资源(在此示例中,此帐户用于邀请新成员加入该企业空间)。 |
- | `project-admin` | `platform-regular` | 创建和管理项目以及 DevOps 工程,并邀请新成员加入项目。 |
- | `project-regular` | `platform-regular` | `project-regular` 将由 `project-admin` 邀请至项目或 DevOps 工程。该帐户将用于在指定项目中创建工作负载、流水线和其他资源。 |
+
+
+
+ | 帐户 |
+ 角色 |
+ 描述 |
+
+
+ ws-manager |
+ workspaces-manager |
+ 创建和管理所有企业空间。 |
+
+
+ ws-admin |
+ platform-regular |
+ 管理指定企业空间中的所有资源(在此示例中,此帐户用于邀请新成员加入该企业空间)。 |
+
+ project-admin |
+ platform-regular |
+ 创建和管理项目以及 DevOps 工程,并邀请新成员加入项目。 |
+
+ project-regular |
+ platform-regular |
+ project-regular 将由 project-admin 邀请至项目或 DevOps 工程。该帐户将用于在指定项目中创建工作负载、流水线和其他资源。 |
+
+
+
5. 查看创建的四个帐户。
- 
+ 
### 步骤 2:创建企业空间
@@ -85,13 +114,7 @@ KubeSphere 的多租户系统分**三个**层级,即集群、企业空间和
1. 以 `ws-manager` 身份登录 KubeSphere,它具有管理平台上所有企业空间的权限。点击左上角的**平台管理**,选择**访问控制**。在**企业空间**中,可以看到仅列出了一个默认企业空间 `system-workspace`,即系统企业空间,其中运行着与系统相关的组件和服务,您无法删除该企业空间。
- 
-
-2. 点击右侧的**创建**,将新企业空间命名为 `demo-workspace`,并将用户 `ws-admin` 设置为企业空间管理员,如下图所示:
-
- 
-
- 完成后,点击**创建**。
+2. 点击右侧的**创建**,将新企业空间命名为 `demo-workspace`,并将用户 `ws-admin` 设置为企业空间管理员。完成后,点击**创建**。
{{< notice note >}}
@@ -101,49 +124,57 @@ KubeSphere 的多租户系统分**三个**层级,即集群、企业空间和
3. 登出控制台,然后以 `ws-admin` 身份重新登录。在**企业空间设置**中,选择**企业成员**,然后点击**邀请成员**。
- 
-
-4. 邀请 `project-admin` 和 `project-regular` 进入企业空间,分别授予他们 `workspace-self-provisioner` 和 `workspace-viewer` 角色。
+4. 邀请 `project-admin` 和 `project-regular` 进入企业空间,分别授予 `workspace-self-provisioner` 和 `workspace-viewer` 角色,点击**确定**。
{{< notice note >}}
实际角色名称的格式:`-`。例如,在名为 `demo-workspace` 的企业空间中,角色 `viewer` 的实际角色名称为 `demo-workspace-viewer`。
{{ notice >}}
- 
+ 
5. 将 `project-admin` 和 `project-regular` 都添加到企业空间后,点击**确定**。在**企业成员**中,您可以看到列出的三名成员。
- | 帐户 | 角色 | 描述 |
- | ----------------- | ---------------------------- | ------------------------------------------------------------ |
- | `ws-admin` | `workspace-admin` | 管理指定企业空间中的所有资源(在此示例中,此帐户用于邀请新成员加入企业空间)。 |
- | `project-admin` | `workspace-self-provisioner` | 创建和管理项目以及 DevOps 工程,并邀请新成员加入项目。 |
- | `project-regular` | `workspace-viewer` | `project-regular` 将由 `project-admin` 邀请至项目或 DevOps 工程。该帐户将用于在指定项目中创建工作负载、流水线和其他资源。 |
+
+
+
+ | 帐户 |
+ 角色 |
+ 描述 |
+
+
+ ws-admin |
+ workspace-admin |
+ 管理指定企业空间中的所有资源(在此示例中,此帐户用于邀请新成员加入企业空间)。 |
+
+
+ project-admin |
+ workspace-self-provisioner |
+ 创建和管理项目以及 DevOps 工程,并邀请新成员加入项目。 |
+
+ project-regular |
+ workspace-viewer |
+ project-regular 将由 project-admin 邀请至项目或 DevOps 工程。该帐户将用于在指定项目中创建工作负载、流水线和其他资源。 |
+
+
+
### 步骤 3:创建项目
在此步骤中,您需要使用在上一步骤中创建的帐户 `project-admin` 来创建项目。KubeSphere 中的项目与 Kubernetes 中的命名空间相同,为资源提供了虚拟隔离。有关更多信息,请参见[命名空间](https://kubernetes.io/zh/docs/concepts/overview/working-with-objects/namespaces/)。
-1. 以 `project-admin` 身份登录 KubeSphere,在**项目管理**中,点击**创建**。
-
- 
+1. 以 `project-admin` 身份登录 KubeSphere Web 控制台,在**项目管理**中,点击**创建**。
2. 输入项目名称(例如 `demo-project`),然后点击**确定**完成,您还可以为项目添加别名和描述。
- 
-
-3. 在**项目管理**中,点击刚创建的项目查看其详细信息。
-
- 
+3. 在**项目管理**中,点击刚创建的项目查看其详情页面。
4. 在项目的**概览**页面,默认情况下未设置项目配额。您可以点击**设置**并根据需要指定[资源请求和限制](../../workspace-administration/project-quotas/)(例如:CPU 和内存的限制分别设为 1 Core 和 1000 Gi)。
- 
-
- 
+ 
5. 邀请 `project-regular` 至该项目,并授予该用户 `operator` 角色。请参考下图以了解具体步骤。
- 
+ 
{{< notice info >}}
具有 `operator` 角色的用户是项目维护者,可以管理项目中除用户和角色以外的资源。
@@ -151,19 +182,15 @@ KubeSphere 的多租户系统分**三个**层级,即集群、企业空间和
6. 在创建[应用路由](../../project-user-guide/application-workloads/routes/)(即 Kubernetes 中的 [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/))之前,需要启用该项目的网关。网关是在项目中运行的 [NGINX Ingress 控制器](https://github.com/kubernetes/ingress-nginx)。若要设置网关,请转到**项目设置**中的**高级设置**,然后点击**设置网关**。此步骤中仍使用帐户 `project-admin`。
- 
-
7. 选择访问方式 **NodePort**,然后点击**保存**。
- 
-
8. 在**外网访问**下,可以在页面上看到网关地址以及 http/https 的端口。
{{< notice note >}}
-如果要使用 `LoadBalancer` 暴露服务,则需要使用云厂商的 LoadBalancer 插件。如果您的 Kubernetes 集群在裸机环境中运行,建议使用 [PorterLB](https://github.com/kubesphere/porter) 作为 LoadBalancer 插件。
+ 如果要使用 `LoadBalancer` 暴露服务,则需要使用云厂商的 LoadBalancer 插件。如果您的 Kubernetes 集群在裸机环境中运行,建议使用 [OpenELB](https://github.com/kubesphere/openelb) 作为 LoadBalancer 插件。
{{ notice >}}
- 
+ 
### 步骤 4:创建角色
@@ -198,7 +225,7 @@ KubeSphere 的多租户系统分**三个**层级,即集群、企业空间和
{{ notice >}}
-5. 在**帐户角色**页面,可以点击所创建角色的名称查看角色详情,点击
以编辑或删除该角色。
+5. 在**帐户角色**页面,可以点击所创建角色的名称查看角色详情,点击
以编辑角色、编辑角色权限或删除该角色。
6. 在**帐户管理**页面,可以在创建帐户或编辑现有帐户时为帐户分配该角色。
@@ -212,18 +239,12 @@ KubeSphere 的多租户系统分**三个**层级,即集群、企业空间和
1. 以 `project-admin` 身份登录控制台,在 **DevOps 工程**中,点击**创建**。
- 
-
2. 输入 DevOps 工程名称(例如 `demo-devops`),然后点击**确定**,也可以为该工程添加别名和描述。
- 
-
-3. 在 **DevOps 工程**中,点击刚创建的工程查看其详细信息。
-
- 
+3. 点击刚创建的工程查看其详细页面。
4. 转到**工程管理**,然后选择**工程成员**。点击**邀请成员**授予 `project-regular` 用户 `operator` 的角色,允许其创建流水线和凭证。
- 
+ 
至此,您已熟悉 KubeSphere 的多租户管理系统。在其他教程中,`project-regular` 帐户还将用于演示如何在项目或 DevOps 工程中创建应用程序和资源。
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/access-control.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/access-control.png
deleted file mode 100644
index d4f4f5f95..000000000
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/access-control.png and /dev/null differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/account-list.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/account-list.png
index 8ce367e95..9606a61cf 100644
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/account-list.png and b/static/images/docs/quickstart/create-workspaces-projects-accounts/account-list.png differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/chang-password1.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/chang-password1.png
deleted file mode 100644
index bb01af666..000000000
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/chang-password1.png and /dev/null differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/click-demo-project.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/click-demo-project.png
deleted file mode 100644
index 1ea91ce12..000000000
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/click-demo-project.png and /dev/null differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/create-account.jpg b/static/images/docs/quickstart/create-workspaces-projects-accounts/create-account.jpg
deleted file mode 100644
index 06eafec73..000000000
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/create-account.jpg and /dev/null differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/create-account.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/create-account.png
new file mode 100644
index 000000000..004239f99
Binary files /dev/null and b/static/images/docs/quickstart/create-workspaces-projects-accounts/create-account.png differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/create-workspace.jpg b/static/images/docs/quickstart/create-workspaces-projects-accounts/create-workspace.jpg
deleted file mode 100644
index b034f187d..000000000
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/create-workspace.jpg and /dev/null differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/create-workspace.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/create-workspace.png
deleted file mode 100644
index a4739885b..000000000
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/create-workspace.png and /dev/null differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/customized-role.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/customized-role.png
deleted file mode 100644
index e744c5dc5..000000000
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/customized-role.png and /dev/null differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/demo-project.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/demo-project.png
deleted file mode 100644
index 872b90639..000000000
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/demo-project.png and /dev/null differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/devops-invite-member.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/devops-invite-member.png
deleted file mode 100644
index 0a8fc129c..000000000
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/devops-invite-member.png and /dev/null differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/devops-project.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/devops-project.png
deleted file mode 100644
index d94f0a39a..000000000
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/devops-project.png and /dev/null differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/devops.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/devops.png
deleted file mode 100644
index a31ed88f3..000000000
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/devops.png and /dev/null differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/edit-authorization.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/edit-authorization.png
deleted file mode 100644
index 8f8f3dcb6..000000000
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/edit-authorization.png and /dev/null differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/edit-role.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/edit-role.png
deleted file mode 100644
index f67c89737..000000000
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/edit-role.png and /dev/null differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/invite-devops-member.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/invite-devops-member.png
new file mode 100644
index 000000000..971b0c5bb
Binary files /dev/null and b/static/images/docs/quickstart/create-workspaces-projects-accounts/invite-devops-member.png differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/invite-member-and-grant-role.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/invite-member-and-grant-role.png
deleted file mode 100644
index 361701ac5..000000000
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/invite-member-and-grant-role.png and /dev/null differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/invite-member.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/invite-member.png
index e0c4170b4..66af72579 100644
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/invite-member.png and b/static/images/docs/quickstart/create-workspaces-projects-accounts/invite-member.png differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/invite-project-member1.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/invite-project-member1.png
deleted file mode 100644
index d3232b2f8..000000000
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/invite-project-member1.png and /dev/null differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/invite-project-regular.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/invite-project-regular.png
new file mode 100644
index 000000000..c491d3ef3
Binary files /dev/null and b/static/images/docs/quickstart/create-workspaces-projects-accounts/invite-project-regular.png differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/kubesphere-projects.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/kubesphere-projects.png
deleted file mode 100644
index f1b0eed46..000000000
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/kubesphere-projects.png and /dev/null differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/new-devops-project.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/new-devops-project.png
deleted file mode 100644
index 4ed88bfb8..000000000
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/new-devops-project.png and /dev/null differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/nodeport-setting.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/nodeport-setting.png
new file mode 100644
index 000000000..58506f102
Binary files /dev/null and b/static/images/docs/quickstart/create-workspaces-projects-accounts/nodeport-setting.png differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/nodeport-setting1.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/nodeport-setting1.png
deleted file mode 100644
index 6fb1be815..000000000
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/nodeport-setting1.png and /dev/null differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/nodeport.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/nodeport.png
deleted file mode 100644
index 5ab414f3e..000000000
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/nodeport.png and /dev/null differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/operation-icon.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/operation-icon.png
index b733fe78c..d61a0d6f1 100644
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/operation-icon.png and b/static/images/docs/quickstart/create-workspaces-projects-accounts/operation-icon.png differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/project-quota.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/project-quota.png
new file mode 100644
index 000000000..c729cfa2e
Binary files /dev/null and b/static/images/docs/quickstart/create-workspaces-projects-accounts/project-quota.png differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/quota1.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/quota1.png
deleted file mode 100644
index 7aa67bb73..000000000
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/quota1.png and /dev/null differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/roles-manager.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/roles-manager.png
deleted file mode 100644
index 522dc524c..000000000
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/roles-manager.png and /dev/null differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/set-gateway1.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/set-gateway1.png
deleted file mode 100644
index b12d7380e..000000000
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/set-gateway1.png and /dev/null differ
diff --git a/static/images/docs/quickstart/create-workspaces-projects-accounts/specify-project-quota1.png b/static/images/docs/quickstart/create-workspaces-projects-accounts/specify-project-quota1.png
deleted file mode 100644
index 8cc0b8627..000000000
Binary files a/static/images/docs/quickstart/create-workspaces-projects-accounts/specify-project-quota1.png and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/devops-工程1.png b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/devops-工程1.png
deleted file mode 100644
index bdc3b457e..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/devops-工程1.png and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/nodeport1.png b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/nodeport1.png
deleted file mode 100644
index 5841fe565..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/nodeport1.png and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/创建-devops-工程1.png b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/创建-devops-工程1.png
deleted file mode 100644
index 9d7341619..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/创建-devops-工程1.png and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/创建企业空间1.png b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/创建企业空间1.png
deleted file mode 100644
index 788cd1d06..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/创建企业空间1.png and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/创建帐户1.png b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/创建帐户1.png
deleted file mode 100644
index a36f586a3..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/创建帐户1.png and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/创建角色.jpg b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/创建角色.jpg
deleted file mode 100644
index 4a62bfc5f..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/创建角色.jpg and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/创建项目.jpg b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/创建项目.jpg
deleted file mode 100644
index a340c4ef4..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/创建项目.jpg and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/完成创建企业空间.jpg b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/完成创建企业空间.jpg
deleted file mode 100644
index 8c3b313c4..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/完成创建企业空间.jpg and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/完成网关设置.png b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/完成网关设置.png
new file mode 100644
index 000000000..627c94527
Binary files /dev/null and b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/完成网关设置.png differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/完成网关设置1.png b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/完成网关设置1.png
deleted file mode 100644
index e8d0c7b94..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/完成网关设置1.png and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/工程列表1.png b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/工程列表1.png
deleted file mode 100644
index 8367193ff..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/工程列表1.png and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/帐户列表.png b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/帐户列表.png
new file mode 100644
index 000000000..185e80e12
Binary files /dev/null and b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/帐户列表.png differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/帐户列表1.png b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/帐户列表1.png
deleted file mode 100644
index 043689aa8..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/帐户列表1.png and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/operation-icon.png b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/操作按钮.png
similarity index 51%
rename from static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/operation-icon.png
rename to static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/操作按钮.png
index b733fe78c..b95863d7e 100644
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/operation-icon.png and b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/操作按钮.png differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/查看项目.jpg b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/查看项目.jpg
deleted file mode 100644
index dcd43c691..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/查看项目.jpg and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/添加用户.png b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/添加用户.png
new file mode 100644
index 000000000..4fc20061c
Binary files /dev/null and b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/添加用户.png differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/编辑帐户角色.jpg b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/编辑帐户角色.jpg
deleted file mode 100644
index 7a805e089..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/编辑帐户角色.jpg and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/编辑权限.jpg b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/编辑权限.jpg
deleted file mode 100644
index 7894f87ac..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/编辑权限.jpg and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/编辑角色.jpg b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/编辑角色.jpg
deleted file mode 100644
index fb4cf75ea..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/编辑角色.jpg and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/设置密码1.png b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/设置密码1.png
deleted file mode 100644
index a310ac2c4..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/设置密码1.png and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/设置网关1.png b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/设置网关1.png
deleted file mode 100644
index 8a8de5436..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/设置网关1.png and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/设置配额1.png b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/设置配额1.png
deleted file mode 100644
index 748619e72..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/设置配额1.png and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/访问控制.jpg b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/访问控制.jpg
deleted file mode 100644
index b8a6910f7..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/访问控制.jpg and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/邀请-devops-成员1.png b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/邀请-devops-成员1.png
deleted file mode 100644
index 5f5d99148..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/邀请-devops-成员1.png and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/邀请devops成员.png b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/邀请devops成员.png
new file mode 100644
index 000000000..2f41fec20
Binary files /dev/null and b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/邀请devops成员.png differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/邀请列表.jpg b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/邀请列表.jpg
deleted file mode 100644
index 6c741e6fa..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/邀请列表.jpg and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/邀请列表.png b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/邀请列表.png
new file mode 100644
index 000000000..729fbb53a
Binary files /dev/null and b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/邀请列表.png differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/邀请成员.jpg b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/邀请成员.jpg
deleted file mode 100644
index ae8f5ab84..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/邀请成员.jpg and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/邀请成员至项目.png b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/邀请成员至项目.png
new file mode 100644
index 000000000..e72c701c2
Binary files /dev/null and b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/邀请成员至项目.png differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/邀请成员至项目1.png b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/邀请成员至项目1.png
deleted file mode 100644
index 05fd39459..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/邀请成员至项目1.png and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/项目.jpg b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/项目.jpg
deleted file mode 100644
index 659837bea..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/项目.jpg and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/项目概览1.png b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/项目概览1.png
deleted file mode 100644
index c99d48486..000000000
Binary files a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/项目概览1.png and /dev/null differ
diff --git a/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/项目配额.png b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/项目配额.png
new file mode 100644
index 000000000..d1df52bd1
Binary files /dev/null and b/static/images/docs/zh-cn/quickstart/create-workspaces-projects-accounts/项目配额.png differ