From 88050809ac964cd98c63cd07bc4935690c095c2a Mon Sep 17 00:00:00 2001 From: zhuxiujuan28 <562873187@qq.com> Date: Fri, 1 Nov 2024 17:24:55 +0800 Subject: [PATCH] finish kubefed-en Signed-off-by: zhuxiujuan28 <562873187@qq.com> --- ...ateAPersistentVolumeClaim-for-kubefed.adoc | 61 ++++++------- ...sistentVolumeClaimDetails-for-kubefed.adoc | 85 +++++++++---------- ...Claims-para-persistentVolumeClaimList.adoc | 5 +- ...ts-oper-editProjectQuotas-for-kubefed.adoc | 38 ++++----- ...ts-oper-viewSecretDetails-for-kubefed.adoc | 32 +++---- .../configmaps/config-desc.adoc | 8 +- .../configmaps-oper-viewConfigmapDetails.adoc | 18 ++-- .../configmaps-para-configmapList.adoc | 22 ++--- .../project-config/project-quota-para_v4.adoc | 54 ++++++------ .../01-create-a-persistent-volume-claim.adoc | 10 +-- ...2-view-a-persistent-volume-claim-list.adoc | 8 +- ...-view-persistent-volume-claim-details.adoc | 11 ++- ...t-persistent-volume-claim-information.adoc | 10 +-- .../05-delete-persistent-volume-claims.adoc | 14 +-- .../01-secrets/01-create-a-secret.adoc | 10 +-- .../01-secrets/02-view-a-secret-list.adoc | 10 +-- .../01-secrets/03-view-secret-details.adoc | 10 +-- .../04-edit-secret-information.adoc | 10 +-- .../01-secrets/05-edit-secret-settings.adoc | 10 +-- .../01-secrets/06-delete-secrets.adoc | 14 +-- .../05-configuration/01-secrets/_index.adoc | 7 +- .../02-configmaps/01-create-a-configmap.adoc | 10 +-- .../02-view-a-configmap-list.adoc | 8 +- .../03-view-configmap-details.adoc | 10 +-- .../04-edit-configmap-information.adoc | 10 +-- .../05-edit-configmap-settings.adoc | 10 +-- .../02-configmaps/06-delete-configmaps.adoc | 14 +-- .../02-configmaps/_index.adoc | 9 +- .../04-kubefed/05-configuration/_index.adoc | 7 +- .../01-view-project-basic-information.adoc | 20 ++--- .../02-edit-project-information.adoc | 20 ++--- .../03-edit-annotation.adoc | 18 ++-- .../01-basic-information/04-add-cluster.adoc | 18 ++-- .../05-edit-default-container-quotas.adoc | 12 +-- .../06-delete-a-project.adoc | 13 ++- .../01-basic-information/_index.adoc | 10 +-- .../01-view-project-quotas.adoc | 12 +-- .../02-edit-project-quotas.adoc | 12 +-- .../02-project-quotas/_index.adoc | 8 +- .../06-project-settings/_index.adoc | 9 +- ...ts-oper-viewSecretDetails-for-kubefed.adoc | 2 +- .../configmaps-oper-viewConfigmapDetails.adoc | 2 +- .../project-config/project-quota-para_v4.adoc | 20 ++--- 43 files changed, 340 insertions(+), 361 deletions(-) diff --git a/content/en/docs/_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-createAPersistentVolumeClaim-for-kubefed.adoc b/content/en/docs/_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-createAPersistentVolumeClaim-for-kubefed.adoc index a084ccf62..c82d2b277 100644 --- a/content/en/docs/_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-createAPersistentVolumeClaim-for-kubefed.adoc +++ b/content/en/docs/_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-createAPersistentVolumeClaim-for-kubefed.adoc @@ -1,76 +1,63 @@ // :ks_include_id: 4527bd133db04495b10cf1930a58d5f9 -. 在**基本信息**页签,设置持久卷声明的基本信息,然后点击**下一步**。 +. On the **Basic Information** tab, set the basic information for the persistent volume claim, then click **Next**. + -- [%header,cols="1a,4a"] |=== -|参数 |描述 +|Parameter |Description -|名称 -|持久卷声明的名称。名称只能包含小写字母、数字和连字符(-),必须以小写字母或数字开头和结尾,最长 253 个字符。 +|Name +|The name of the persistent volume claim. The name can only contain lowercase letters, numbers, and hyphens (-), must start and end with a lowercase letter or number, and can be up to 253 characters long. -|别名 -|持久卷声明的别名。不同持久卷声明的别名可以相同。别名只能包含中文、字母、数字和连字符(-),不得以连字符(-)开头或结尾,最长 63 个字符。 +|Alias +|The alias of the persistent volume claim. Different persistent volume claims can have the same alias. The alias can only contain Chinese characters, letters, numbers, and hyphens (-), and cannot start or end with a hyphen (-), with a maximum length of 63 characters. -|描述 -|持久卷声明的描述信息。描述可包含任意字符,最长 256 个字符。 +|Description +|The description of the persistent volume claim. The description can contain any characters, with a maximum of 256 characters. |=== -- -. 在**存储设置**页签,设置存储空间需求,然后点击**下一步**。 +. On the **Storage Settings** tab, set the storage space requirements, then click **Next**. + -- [%header,cols="1a,4a"] |=== -|参数 |描述 +|Parameter |Description -// |创建方式 -// |持久卷声明的创建方式。 - -// * **通过存储类创建**:选择当前项目中的存储类来创建持久卷声明。 - -// * **通过卷快照创建**:选择当前项目中的卷快照来创建持久卷声明。 - -// |存储类 -// |用于创建持久卷声明的存储类。仅在持久卷声明创建方式为**通过存储类创建**时可用。 - -// |卷快照 -// |用于创建持久卷声明的卷快照。仅在持久卷声明创建方式为**通过卷快照创建**时可用。 - -|访问模式 +|Access Mode | include::persistentVolumeClaims-para-accessMode.adoc[] -取决于后端的存储系统,某些访问模式类型可能不可用。 +Depending on the backend storage system, some access mode types may not be available. -|卷容量 -|持久卷声明的对应的卷容量大小。 +|Volume Capacity +|The capacity size of the volume corresponding to the persistent volume claim. |=== -- -. 在**高级设置**页签,设置持久卷声明的标签和注解,然后点击**创建**。 +. On the **Advanced Settings** tab, set the labels and annotations for the persistent volume claim, then click **Create**. + -- include::../workloads/createWorkload/workloads-para-Metadata.adoc[] -- -. 在**集群差异设置**页签,为不同集群中的持久卷声明使用不同的存储设置。 +. On the **Cluster Differences** tab, use different storage settings for the persistent volume claim in different clusters. + -- [%header,cols="1a,4a"] |=== -|参数 |描述 +|Parameter |Description -|存储类 -|用于创建持久卷声明的存储类。 +|Storage Class +|The storage class used to create the persistent volume claim. -|访问模式 +|Access Mode | include::persistentVolumeClaims-para-accessMode.adoc[] -|卷容量 -|通过持久卷声明模板创建的每个持久卷的容量。 +|Volume Capacity +|The capacity of each persistent volume created from the persistent volume claim. |=== -持久卷声明创建完成后将显示在持久卷声明列表中。 --- +After the persistent volume claim is created, it will be displayed in the persistent volume claim list. +-- \ No newline at end of file diff --git a/content/en/docs/_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-viewPersistentVolumeClaimDetails-for-kubefed.adoc b/content/en/docs/_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-viewPersistentVolumeClaimDetails-for-kubefed.adoc index 0906ee060..bbf48df91 100644 --- a/content/en/docs/_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-viewPersistentVolumeClaimDetails-for-kubefed.adoc +++ b/content/en/docs/_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-viewPersistentVolumeClaimDetails-for-kubefed.adoc @@ -1,101 +1,100 @@ // :ks_include_id: e06b7d959620413ebfcc3bfe526b03d1 -. 在持久卷声明详情页面左侧的**属性**区域查看持久卷声明的资源属性。 +. On the details page, view the resource attributes of the persistent volume claim in the **Attributes** area on the left. + -- [%header,cols="1a,4a"] |=== -|参数 |描述 +|Parameter |Description -|项目 -|持久卷声明所属的项目。 +|Project +|The project to which the persistent volume claim belongs. -// |状态 +// |Status // | // include::persistentVolumeClaims-para-status.adoc[] -|容量 -|持久卷声明请求的存储容量大小。 +|Capacity +|The storage capacity size requested by the persistent volume claim. -|访问模式 +|Access Mode | include::persistentVolumeClaims-para-accessMode.adoc[] -|存储类 -|持久卷声明请求的存储类。 +|Storage Class +|The storage class requested by the persistent volume claim. -|供应者 +|Provisioner | include::../persistentVolumes/persistentVolumes-para-provisioner.adoc[] -// |持久卷 -// |与持久卷声明绑定的持久卷。 +// |Persistent Volume +// |The persistent volume bound to the persistent volume claim. -|创建时间 -|持久卷声明的创建时间。 +|Creation Time +|The creation time of the persistent volume claim. -|创建者 -|创建持久卷声明的用户。如果该字段的值为空,则表明持久卷声明由系统自动创建。 +|Creator +|The user who created the persistent volume claim. If this field is empty, it indicates that the persistent volume claim was created automatically by the system. |=== -- -. 在持久卷声明详情页面右侧的**资源状态**页签查看持久卷声明对应持久卷的资源用量。 +. On the details page, view the resource usage of the persistent volume corresponding to the persistent volume claim in the **Resource Status** tab on the right. + -- [%header,cols="1a,4a"] |=== -|参数 |描述 +|Parameter |Description -|持久卷 -|显示持久卷的已使用容量百分比、剩余容量大小和总容量大小。 - -|Inode 用量 -|显示指定时间范围内的集群 Inode 使用量百分比。 +|Persistent Volume +|Displays the used capacity percentage, remaining capacity size, and total capacity size of the persistent volume. +|Inode Usage +|Displays the Inode usage percentage of the cluster within the specified time range. |=== -- -. 在持久卷声明详情页面右侧的**挂载信息**页签查看持久卷声明对应持久卷的已挂载容器组。 +. On the details page, view the pods that have mounted the persistent volume corresponding to the persistent volume claim in the **Mount Information** tab on the right. + -- // include::../nodes/nodes-para-podList.adoc[] -点击image:/images/ks-qkcp/zh/icons/chevron-down.svg["chevron-down",18,18]可查看容器组中运行的容器的信息。 +Click image:/images/ks-qkcp/zh/icons/chevron-down.svg["chevron-down",18,18] to view the information of the containers running in the pod. -- -. 在持久卷声明详情页面右侧点击**元数据**页签查看持久卷声明的标签和注解。 +. On the persistent volume claim details page, click the **Metadata** tab on the right to view the labels and annotations of the persistent volume claim. -. 在持久卷声明详情页面右侧点击**事件**页签查看持久卷声明的事件。 +. On the persistent volume claim details page, click the **Events** tab on the right to view events related to the persistent volume claim. + -- include::../clusterManagement-para-eventsTab.adoc[] -- -// . 在持久卷声明详情页面右侧的**快照**页签查看持久卷声明对应持久卷的快照。 +// . On the persistent volume claim details page, view the snapshots of the persistent volume corresponding to the persistent volume claim in the **Snapshots** tab on the right. // + // -- // [%header,cols="1a,4a"] // |=== -// |参数 |描述 +// |Parameter |Description -// |名称 -// |快照的名称、别名和快照类。 +// |Name +// |The name, alias, and snapshot class of the snapshot. -// |状态 -// |快照的状态。 +// |Status +// |The status of the snapshot. -// * **创建中**:快照正在创建中。 +// * **Creating**: The snapshot is being created. -// * **创建失败**:快照创建失败。 +// * **Creation Failed**: The snapshot creation failed. -// * **创建成功**:快照创建成功。 +// * **Creation Succeeded**: The snapshot creation succeeded. -// * **删除中**:正在删除快照。 +// * **Deleting**: The snapshot is being deleted. -// |容量 -// |快照的容量大小。 +// |Capacity +// |The capacity size of the snapshot. -// |创建时间 -// |快照的创建时间。 +// |Creation Time +// |The creation time of the snapshot. // |=== -// -- +// -- \ No newline at end of file diff --git a/content/en/docs/_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-para-persistentVolumeClaimList.adoc b/content/en/docs/_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-para-persistentVolumeClaimList.adoc index c0f550b6b..3850ad434 100644 --- a/content/en/docs/_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-para-persistentVolumeClaimList.adoc +++ b/content/en/docs/_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-para-persistentVolumeClaimList.adoc @@ -18,12 +18,13 @@ ifndef::kubefed[] |The Persistent Volume bound to the Persistent Volume Claim. endif::[] +|Mount Status +|Whether the Persistent Volume associated with the Persistent Volume Claim is already mounted to a container. + |Access Mode | include::persistentVolumeClaims-para-accessMode.adoc[] -|Mount Status -|Whether the Persistent Volume associated with the Persistent Volume Claim is already mounted to a container. |Creation Time |The creation time of the Persistent Volume Claim. diff --git a/content/en/docs/_custom-en/clusterManagement/projects/projects-oper-editProjectQuotas-for-kubefed.adoc b/content/en/docs/_custom-en/clusterManagement/projects/projects-oper-editProjectQuotas-for-kubefed.adoc index 461eb64a2..5e38dbf61 100644 --- a/content/en/docs/_custom-en/clusterManagement/projects/projects-oper-editProjectQuotas-for-kubefed.adoc +++ b/content/en/docs/_custom-en/clusterManagement/projects/projects-oper-editProjectQuotas-for-kubefed.adoc @@ -1,38 +1,38 @@ // :ks_include_id: 5e0c07e44f1440999412a1ec7581f173 -. 在**编辑项目配额**对话框,设置项目资源预留和资源上限。 +. In the **Edit Project Quotas** dialog, set the resource requests and resource limits. + -- [%header,cols="1a,4a"] |=== -|参数 |描述 +|Parameter |Description -|CPU 预留 -|项目中所有容器 CPU 预留总和的最大值,单位为核。 +|CPU Requests +|The maximum sum of CPU reservations for all containers in the project, in cores. -|CPU 上限 -|项目中所有容器 CPU 上限总和的最大值,单位为核。 +|CPU Limit +|The maximum sum of CPU limits for all containers in the project, in cores. -|内存预留 -|项目中所有容器内存预留总和的最大值,单位为 GiB。 +|Memory Requests +|The maximum sum of memory reservations for all containers in the project, in GiB. -|内存上限 -|项目中所有容器内存上限总和的最大值,单位为 GiB。 +|Memory Limit +|The maximum sum of memory limits for all containers in the project, in GiB. -|GPU 类型 -|项目中容器所能使用的 GPU 类型。目前仅支持设置 NVIDIA GPU。 +|GPU Type +|The type of GPU that containers in the project can use. Currently, only NVIDIA GPU is supported. -|GPU 上限 -|项目中所有容器可以使用的 GPU 数量上限,单位为 GPU。 +|GPU Limit +|The maximum number of GPUs that all containers in the project can use, in GPUs. |=== -- -. 在**编辑项目配额**对话框的**存储资源配额**区域,设置存储资源总量和存储类关联资源。 +. In the **Edit Project Quotas** dialog, set the total storage resources and storage class-related resources in the **Storage Resource Quotas** area. -. 在**编辑项目配额**对话框的**应用资源配额**区域,设置项目的应用资源数量上限,然后点击**确定**。 +. In the **Edit Project Quotas** dialog, set the maximum number of application resources for the project in the **Application Resource Quotas** area, then click **OK**. + -- -* 您可以设置项目中容器组、部署、有状态副本集、持久卷声明、服务、应用路由、保密字典和配置字典的数量上限。 +* You can set the maximum number of pods, deployments, statefulsets, persistent volume claims, services, ingresses, secrets, and configmaps in the project. -* 点击**添加**可以设置多种应用资源的数量上限。 --- +* Click **Add** to set the maximum number for multiple application resources. +-- \ No newline at end of file diff --git a/content/en/docs/_custom-en/clusterManagement/secrets/secrets-oper-viewSecretDetails-for-kubefed.adoc b/content/en/docs/_custom-en/clusterManagement/secrets/secrets-oper-viewSecretDetails-for-kubefed.adoc index d4e3d9c08..5e47d7924 100644 --- a/content/en/docs/_custom-en/clusterManagement/secrets/secrets-oper-viewSecretDetails-for-kubefed.adoc +++ b/content/en/docs/_custom-en/clusterManagement/secrets/secrets-oper-viewSecretDetails-for-kubefed.adoc @@ -1,40 +1,40 @@ // :ks_include_id: a53d1d6e1dd4460e8fc6ff4476b08e2c -. 在保密字典详情页面左侧的**属性**区域查看保密字典的资源属性。 +. On the details page, view the resource attributes of the Secret in the **Attributes** area on the left. + -- [%header,cols="1a,4a"] |=== -|参数 |描述 +|Parameter |Description -// |集群 -// |保密字典所属的集群。 +// |Cluster +// |The cluster to which the secret belongs. -|项目 -|保密字典所属的项目。 +|Project +|The project to which the secret belongs. -|类型 +|Type | include::secrets-para-type.adoc[] -|创建时间 -|保密字典的创建时间。 +|Creation Time +|The creation time of the secret. -|更新时间 -|保密字典的更新时间。 +|Update Time +|The update time of the secret. -|创建者 -|创建保密字典的用户。 +|Creator +|The user who created the secret. |=== -- -. 在保密字典右侧的**数据**页签查看保密字典存储的键值对数据。 +. On the right side of the details page, view the key-value data stored in the Secret in the **Data** tab. + -- // Note include::../../../../_ks_components-en/admonitions/tip.adoc[] -保密字典使用 Base64 数据编码。在**数据**页签右上角点击image:/images/ks-qkcp/zh/icons/eye-closed.svg[eye,18,18]/image:/images/ks-qkcp/zh/icons/eye.svg[eye-closed,18,18]可显示/隐藏数据明文。 +The Secret uses Base64 data encoding. Click image:/images/ks-qkcp/zh/icons/eye-closed.svg[eye,18,18]/image:/images/ks-qkcp/zh/icons/eye.svg[eye-closed,18,18] in the top-right corner of the **Data** tab to show/hide the plaintext data. include::../../../../_ks_components-en/admonitions/admonEnd.adoc[] --- +-- \ No newline at end of file diff --git a/content/en/docs/_custom-en/multi-clusterProjectManagement/configmaps/config-desc.adoc b/content/en/docs/_custom-en/multi-clusterProjectManagement/configmaps/config-desc.adoc index dba8feef8..fe6a40e49 100644 --- a/content/en/docs/_custom-en/multi-clusterProjectManagement/configmaps/config-desc.adoc +++ b/content/en/docs/_custom-en/multi-clusterProjectManagement/configmaps/config-desc.adoc @@ -1,8 +1,8 @@ // :ks_include_id: b4d12ee4d7d748a4915f6f72d47fa1d7 -本节介绍如何管理配置资源。 +This section describes how to manage configuration resources. -{ks_product-en}支持管理以下两类配置资源: +{ks_product-en} supports managing the following two types of configuration resources: -* 保密字典:包含 Base64 编码的键值对,用于存储密码、令牌、密钥等保密数据。 +* Secret: Contains Base64-encoded key-value pairs used to store confidential data such as passwords, tokens, and keys. -* 配置字典:包含明文键值对,用于存储普通配置数据。 +* ConfigMap: Contains plaintext key-value pairs used to store general configuration data. \ No newline at end of file diff --git a/content/en/docs/_custom-en/multi-clusterProjectManagement/configmaps/configmaps-oper-viewConfigmapDetails.adoc b/content/en/docs/_custom-en/multi-clusterProjectManagement/configmaps/configmaps-oper-viewConfigmapDetails.adoc index 23c588fb7..2ae30ce84 100644 --- a/content/en/docs/_custom-en/multi-clusterProjectManagement/configmaps/configmaps-oper-viewConfigmapDetails.adoc +++ b/content/en/docs/_custom-en/multi-clusterProjectManagement/configmaps/configmaps-oper-viewConfigmapDetails.adoc @@ -1,20 +1,20 @@ // :ks_include_id: 69e70e31d4604cfaaab5683e4ecae96c -. 在配置字典详情页面左侧的**属性**区域查看配置字典的资源属性。 +. On the details page, view the resource attributes of the ConfigMap in the **Attributes** area on the left. + -- [%header,cols="1a,4a"] |=== -|参数 |描述 +|Parameter |Description -|项目 -|配置字典所属的项目。 +|Project +|The project to which the ConfigMap belongs. -|创建时间 -|配置字典的创建时间。 +|Creation Time +|The creation time of the ConfigMap. -|创建者 -|创建配置字典的用户。 +|Creator +|The user who created the ConfigMap. |=== -- -. 在配置字典右侧的**数据**页签查看配置字典中存储的键值对数据。 +. On the right side of the details page, view the key-value data stored in the ConfigMap in the **Data** tab. \ No newline at end of file diff --git a/content/en/docs/_custom-en/multi-clusterProjectManagement/configmaps/configmaps-para-configmapList.adoc b/content/en/docs/_custom-en/multi-clusterProjectManagement/configmaps/configmaps-para-configmapList.adoc index e562b7c20..97bc5974f 100644 --- a/content/en/docs/_custom-en/multi-clusterProjectManagement/configmaps/configmaps-para-configmapList.adoc +++ b/content/en/docs/_custom-en/multi-clusterProjectManagement/configmaps/configmaps-para-configmapList.adoc @@ -1,21 +1,21 @@ // :ks_include_id: 7faeedc1e81841e7a783f960b238f5f0 -* 配置字典列表提供以下信息: +* The ConfigMap list provides the following information: + -- [%header,cols="1,4"] |=== -|参数 |描述 +|Parameter |Description -|名称 -|配置字典的名称。 +|Name +|The name of the ConfigMap. -|状态 -|配置字典当前的状态。 +|Status +|The current status of the ConfigMap. -|数据 -|配置字典存储的键值对数据的键名称。不同的键通过半角逗号(,)分隔。 +|Data +|The key names of the key-value data stored in the ConfigMap. Different keys are separated by commas (,). -|创建时间 -|配置字典的创建时间。 +|Creation Time +|The creation time of the ConfigMap. |=== --- +-- \ No newline at end of file diff --git a/content/en/docs/_custom-en/multi-clusterProjectManagement/project-config/project-quota-para_v4.adoc b/content/en/docs/_custom-en/multi-clusterProjectManagement/project-config/project-quota-para_v4.adoc index c8a4290c4..bb9f14fea 100644 --- a/content/en/docs/_custom-en/multi-clusterProjectManagement/project-config/project-quota-para_v4.adoc +++ b/content/en/docs/_custom-en/multi-clusterProjectManagement/project-config/project-quota-para_v4.adoc @@ -2,44 +2,44 @@ [%header,cols="1a,4a"] |=== -|参数 |描述 +|Parameter |Description -|CPU 上限 -|项目中所有容器 CPU 上限总和的最大值,单位为核。 +|CPU Limit +|The maximum sum of CPU limits for all containers in the project, in cores. -// |CPU 预留 -// |项目中所有容器 CPU 预留总和的最大值,单位为核。 +// |CPU Reservation +// |The maximum sum of CPU reservations for all containers in the project, in cores. -|内存上限 -|项目中所有容器内存上限总和的最大值,单位为 MiB。 +|Memory Limit +|The maximum sum of memory limits for all containers in the project, in MiB. -// |内存预留 -// |项目中所有容器内存预留总和的最大值,单位为 MiB。 +// |Memory Reservation +// |The maximum sum of memory reservations for all containers in the project, in MiB. -|容器组 -|项目中当前已创建的容器组数量,以及可以创建的容器组数量上限。 +|Pods +|The current number of pods created in the project, and the maximum number of pods that can be created. -|持久卷声明限制 -|项目中当前已创建的持久卷声明容量,以及可以创建的持久卷声明的容量上限。 +|PVC Limit +|The current capacity of persistent volume claims created in the project, and the maximum capacity of persistent volume claims that can be created. -|持久卷声明 -|项目中当前已创建的持久卷声明数量,以及可以创建的持久卷声明的数量上限。 +|PVC +|The current number of persistent volume claims created in the project, and the maximum number of persistent volume claims that can be created. -// |部署 -// |项目中当前已创建的部署数量,以及可以创建的部署数量上限。 +|Deployments +|The current number of deployments created in the project, and the maximum number of deployments that can be created. -// |有状态副本集 -// |项目中当前已创建的有状态副本集数量,以及可以创建的有状态副本集数量上限。 +|StatefulSets +|The current number of stateful sets created in the project, and the maximum number of stateful sets that can be created. -// |卷 -// |项目中当前已创建的卷数量,以及可以创建的卷数量上限。 +|Volumes +|The current number of volumes created in the project, and the maximum number of volumes that can be created. -// |服务 -// |项目中当前已创建的服务数量,以及可以创建的服务数量上限。 +|Services +|The current number of services created in the project, and the maximum number of services that can be created. -// |应用路由 -// |项目中当前已创建的应用路由数量,以及可以创建的应用路由数量上限。 +|Ingresses +|The current number of ingresses created in the project, and the maximum number of ingresses that can be created. -// |GPU 上限 -// |项目中当前已使用的 GPU 数量,以及可以使用的 GPU 数量上限,单位为 GPU。 +// |GPU Limit +// |The current number of GPUs used in the project, and the maximum number of GPUs that can be used, in GPUs. |=== \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/04-peristent-volume-claims/01-create-a-persistent-volume-claim.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/04-peristent-volume-claims/01-create-a-persistent-volume-claim.adoc index d81f1b2f2..9a7bc6b1a 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/04-peristent-volume-claims/01-create-a-persistent-volume-claim.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/04-peristent-volume-claims/01-create-a-persistent-volume-claim.adoc @@ -1,12 +1,12 @@ --- -title: "创建持久卷声明" -keywords: "Kubernetes, {ks_product}, 联邦项目, 存储, 持久卷声明, 创建持久卷声明" -description: "介绍如何创建持久卷声明。" +title: "Create Persistent Volume Claims" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, storage, persistent volume claims, create persistent volume claim" +description: "Learn how to create a persistent volume claim." weight: 01 --- :ks_permission: **Federated Project Management** -:ks_navigation: **持久卷声明** +:ks_navigation: **Persistent Volume Claim** include::../../../../_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-desc-createAPersistentVolumeClaim.adoc[] @@ -34,4 +34,4 @@ include::../../../../../_ks_components-en/oper-clickCreate.adoc[] + -include::../../../../_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-createAPersistentVolumeClaim-for-kubefed.adoc[] +include::../../../../_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-createAPersistentVolumeClaim-for-kubefed.adoc[] \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/04-peristent-volume-claims/02-view-a-persistent-volume-claim-list.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/04-peristent-volume-claims/02-view-a-persistent-volume-claim-list.adoc index f8f7b0619..59423a6c5 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/04-peristent-volume-claims/02-view-a-persistent-volume-claim-list.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/04-peristent-volume-claims/02-view-a-persistent-volume-claim-list.adoc @@ -1,12 +1,12 @@ --- -title: "查看持久卷声明列表" -keywords: "Kubernetes, {ks_product}, 联邦项目, 存储, 持久卷声明, 查看持久卷声明列表" -description: "介绍如何查看持久卷声明列表。" +title: "View Persistent Volume Claim List" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, storage, persistent volume claims, view persistent volume claim list" +description: "Learn how to view the persistent volume claim list." weight: 02 --- :ks_permission: **Federated Project Viewing** -:ks_navigation: **持久卷声明** +:ks_navigation: **Persistent Volume Claim** :kubefed: include::../../../../_custom-en/clusterManagement/pods/pods-desc-viewAPersistentVolumeList.adoc[] diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/04-peristent-volume-claims/03-view-persistent-volume-claim-details.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/04-peristent-volume-claims/03-view-persistent-volume-claim-details.adoc index cf19360a8..6e57eea59 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/04-peristent-volume-claims/03-view-persistent-volume-claim-details.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/04-peristent-volume-claims/03-view-persistent-volume-claim-details.adoc @@ -1,12 +1,12 @@ --- -title: "查看持久卷声明详情" -keywords: "Kubernetes, {ks_product}, 联邦项目, 存储, 持久卷声明, 查看持久卷声明详情" -description: "介绍如何查看持久卷声明详情。" +title: "View Persistent Volume Claim Details" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, storage, persistent volume claims, view persistent volume claim details" +description: "Learn how to view persistent volume claim details." weight: 03 --- :ks_permission: **Federated Project Viewing** -:ks_navigation: **持久卷声明** +:ks_navigation: **Persistent Volume Claim** include::../../../../_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-desc-viewPersistentVolumeClaimDetails.adoc[] @@ -34,5 +34,4 @@ include::../../../../_custom-en/clusterManagement/persistentVolumeClaims/persist + -include::../../../../_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-viewPersistentVolumeClaimDetails-for-kubefed.adoc[] - +include::../../../../_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-viewPersistentVolumeClaimDetails-for-kubefed.adoc[] \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/04-peristent-volume-claims/04-edit-persistent-volume-claim-information.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/04-peristent-volume-claims/04-edit-persistent-volume-claim-information.adoc index e6d964d7c..d385eaaf4 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/04-peristent-volume-claims/04-edit-persistent-volume-claim-information.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/04-peristent-volume-claims/04-edit-persistent-volume-claim-information.adoc @@ -1,12 +1,12 @@ --- -title: "编辑持久卷声明信息" -keywords: "Kubernetes, {ks_product}, 联邦项目, 存储, 持久卷声明, 编辑持久卷声明信息" -description: "介绍如何编辑持久卷声明信息。" +title: "Edit Persistent Volume Claim Information" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, storage, persistent volume claims, edit persistent volume claim information" +description: "Learn how to edit persistent volume claim information." weight: 04 --- :ks_permission: **Federated Project Management** -:ks_navigation: **持久卷声明** +:ks_navigation: **Persistent Volume Claims** include::../../../../_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-desc-editPersistentVolumeClaimInformation.adoc[] @@ -30,4 +30,4 @@ include::../../../../../_ks_components-en/oper-navigate.adoc[] + -include::../../../../_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-editPersistentVolumeClaimInformation.adoc[] +include::../../../../_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-editPersistentVolumeClaimInformation.adoc[] \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/04-peristent-volume-claims/05-delete-persistent-volume-claims.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/04-peristent-volume-claims/05-delete-persistent-volume-claims.adoc index a3164a3ce..914befc92 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/04-peristent-volume-claims/05-delete-persistent-volume-claims.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/04-peristent-volume-claims/05-delete-persistent-volume-claims.adoc @@ -1,12 +1,12 @@ --- -title: "删除持久卷声明" -keywords: "Kubernetes, {ks_product}, 联邦项目, 存储, 持久卷声明, 删除持久卷声明" -description: "介绍如何删除持久卷声明。" +title: "Delete Persistent Volume Claims" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, storage, persistent volume claims, delete persistent volume claim" +description: "Learn how to delete a persistent volume claim." weight: 05 --- :ks_permission: **Federated Project Management** -:ks_navigation: **持久卷声明** +:ks_navigation: **Persistent Volume Claims** include::../../../../_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-desc-deletePersistentVolumeClaims.adoc[] @@ -22,7 +22,7 @@ include::../../../../_custom-en/multi-clusterProjectManagement/projectManagement include::../../../../_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-prer-backData.adoc[] -== 删除单个持久卷声明 +== Delete a Single PVC include::../../../../_custom-en/multi-clusterProjectManagement/projectManagement-oper-openProjectPage_v4.adoc[] @@ -35,7 +35,7 @@ include::../../../../../_ks_components-en/oper-navigate.adoc[] include::../../../../_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-deleteASinglePersistentVolumeClaim.adoc[] -== 批量删除持久卷声明 +== Delete Multiple PVCs include::../../../../_custom-en/multi-clusterProjectManagement/projectManagement-oper-openProjectPage_v4.adoc[] @@ -45,4 +45,4 @@ include::../../../../../_ks_components-en/oper-navigate.adoc[] + -include::../../../../_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-deleteMultiplePersistentVolumeClaims.adoc[] +include::../../../../_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-deleteMultiplePersistentVolumeClaims.adoc[] \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/01-create-a-secret.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/01-create-a-secret.adoc index 8ab290069..64f5bf2fa 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/01-create-a-secret.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/01-create-a-secret.adoc @@ -1,12 +1,12 @@ --- -title: "创建保密字典" -keywords: "Kubernetes, {ks_product}, 联邦项目, 配置, 保密字典, 创建保密字典" -description: "介绍如何创建保密字典。" +title: "Create Secrets" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, configuration, secrets, create secret" +description: "Learn how to create a secret." weight: 01 --- :ks_permission: **Federated Project Management** -:ks_navigation: **配置 > 保密字典** +:ks_navigation: **Configuration > Secrets** include::../../../../../_custom-en/clusterManagement/secrets/secrets-desc-createASecret.adoc[] @@ -34,4 +34,4 @@ include::../../../../../../_ks_components-en/oper-clickCreate.adoc[] + -include::../../../../../_custom-en/clusterManagement/secrets/secrets-oper-createASecret.adoc[] +include::../../../../../_custom-en/clusterManagement/secrets/secrets-oper-createASecret.adoc[] \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/02-view-a-secret-list.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/02-view-a-secret-list.adoc index 2ef6f9387..2cd5d5516 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/02-view-a-secret-list.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/02-view-a-secret-list.adoc @@ -1,12 +1,12 @@ --- -title: "查看保密字典列表" -keywords: "Kubernetes, {ks_product}, 联邦项目, 配置, 保密字典, 查看保密字典列表" -description: "介绍如何查看保密字典列表。" +title: "View Secret List" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, configuration, secrets, view secret list" +description: "Learn how to view the secret list." weight: 02 --- :ks_permission: **Federated Project Viewing** -:ks_navigation: **配置 > 保密字典** +:ks_navigation: **Configuration > Secrets** :kubefed: include::../../../../../_custom-en/clusterManagement/secrets/secrets-desc-viewASecretList.adoc[] @@ -36,4 +36,4 @@ include::../../../../../_custom-en/clusterManagement/secrets/secrets-oper-search include::../../../../../../_ks_components-en/oper-refreshListData.adoc[] include::../../../../../../_ks_components-en/oper-customizeColumns.adoc[] -==== +==== \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/03-view-secret-details.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/03-view-secret-details.adoc index 9dbbd239b..c7f1a1997 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/03-view-secret-details.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/03-view-secret-details.adoc @@ -1,12 +1,12 @@ --- -title: "查看保密字典详情" -keywords: "Kubernetes, {ks_product}, 联邦项目, 配置, 保密字典, 查看保密字典详情" -description: "介绍如何查看保密字典详情。" +title: "View Secret Details" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, configuration, secrets, view secret details" +description: "Learn how to view secret details." weight: 03 --- :ks_permission: **Federated Project Viewing** -:ks_navigation: **配置 > 保密字典** +:ks_navigation: **Configuration > Secrets** include::../../../../../_custom-en/clusterManagement/secrets/secrets-desc-viewSecretDetails.adoc[] @@ -34,4 +34,4 @@ include::../../../../../_custom-en/clusterManagement/secrets/secrets-oper-openSe + -include::../../../../../_custom-en/clusterManagement/secrets/secrets-oper-viewSecretDetails-for-kubefed.adoc[] +include::../../../../../_custom-en/clusterManagement/secrets/secrets-oper-viewSecretDetails-for-kubefed.adoc[] \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/04-edit-secret-information.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/04-edit-secret-information.adoc index 53b1f025b..32ae37f29 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/04-edit-secret-information.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/04-edit-secret-information.adoc @@ -1,12 +1,12 @@ --- -title: "编辑保密字典信息" -keywords: "Kubernetes, {ks_product}, 联邦项目, 配置, 保密字典, 编辑保密字典信息" -description: "介绍如何编辑保密字典的键值对数据。" +title: "Edit Secret Information" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, configuration, secrets, edit secret information" +description: "Learn how to edit secret key-value data." weight: 04 --- :ks_permission: **Federated Project Management** -:ks_navigation: **配置 > 保密字典** +:ks_navigation: **Configuration > Secrets** include::../../../../../_custom-en/clusterManagement/secrets/secrets-desc-editSecretInformation.adoc[] @@ -30,4 +30,4 @@ include::../../../../../../_ks_components-en/oper-navigate.adoc[] + -include::../../../../../_custom-en/clusterManagement/secrets/secrets-oper-editSecretInformation.adoc[] +include::../../../../../_custom-en/clusterManagement/secrets/secrets-oper-editSecretInformation.adoc[] \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/05-edit-secret-settings.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/05-edit-secret-settings.adoc index c3c013ddd..70899f9db 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/05-edit-secret-settings.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/05-edit-secret-settings.adoc @@ -1,12 +1,12 @@ --- -title: "编辑保密字典设置" -keywords: "Kubernetes, {ks_product}, 联邦项目, 配置, 保密字典, 编辑保密字典设置" -description: "介绍如何编辑保密字典的设置。" +title: "Edit Secret Settings" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, configuration, secrets, edit secret settings" +description: "Learn how to edit secret settings." weight: 05 --- :ks_permission: **Federated Project Management** -:ks_navigation: **配置 > 保密字典** +:ks_navigation: **Configuration > Secrets** include::../../../../../_custom-en/clusterManagement/secrets/secrets-desc-editSecretSettings.adoc[] @@ -30,4 +30,4 @@ include::../../../../../../_ks_components-en/oper-navigate.adoc[] + -include::../../../../../_custom-en/clusterManagement/secrets/secrets-oper-editSecretSettings.adoc[] +include::../../../../../_custom-en/clusterManagement/secrets/secrets-oper-editSecretSettings.adoc[] \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/06-delete-secrets.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/06-delete-secrets.adoc index d080932d2..c1fc0226e 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/06-delete-secrets.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/06-delete-secrets.adoc @@ -1,12 +1,12 @@ --- -title: "删除保密字典" -keywords: "Kubernetes, {ks_product}, 联邦项目, 配置, 保密字典, 删除保密字典" -description: "介绍如何删除保密字典。" +title: "Delete Secrets" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, configuration, secrets, delete secret" +description: "Learn how to delete a secret." weight: 06 --- :ks_permission: **Federated Project Management** -:ks_navigation: **配置 > 保密字典** +:ks_navigation: **Configuration > Secrets** include::../../../../../_custom-en/clusterManagement/secrets/secrets-desc-deleteSecrets.adoc[] @@ -20,7 +20,7 @@ include::../../../../../_custom-en/clusterManagement/secrets/secrets-desc-delete include::../../../../../_custom-en/multi-clusterProjectManagement/projectManagement-prer-requiredPermission_v4.adoc[] -== 删除单个保密字典 +== Delete a Single Secret include::../../../../../_custom-en/multi-clusterProjectManagement/projectManagement-oper-openProjectPage_v4.adoc[] @@ -33,7 +33,7 @@ include::../../../../../../_ks_components-en/oper-navigate.adoc[] include::../../../../../_custom-en/clusterManagement/secrets/secrets-oper-deleteASingleSecret.adoc[] -== 批量删除保密字典 +== Delete Multiple Secrets include::../../../../../_custom-en/multi-clusterProjectManagement/projectManagement-oper-openProjectPage_v4.adoc[] @@ -43,4 +43,4 @@ include::../../../../../../_ks_components-en/oper-navigate.adoc[] + -include::../../../../../_custom-en/clusterManagement/secrets/secrets-oper-deleteMultipleSecrets.adoc[] +include::../../../../../_custom-en/clusterManagement/secrets/secrets-oper-deleteMultipleSecrets.adoc[] \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/_index.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/_index.adoc index 08454a6c4..2737e7078 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/_index.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/01-secrets/_index.adoc @@ -1,11 +1,10 @@ --- -title: "保密字典" -keywords: "Kubernetes, {ks_product}, 联邦项目, 配置, 保密字典" -description: "介绍如何管理联邦项目中的保密字典。" +title: "Secrets" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, configuration, secrets" +description: "Learn how to manage secrets in multi-cluster projects." weight: 01 layout: "second" --- - include::../../../../../_custom-en/clusterManagement/secrets/secrets-desc-secrets.adoc[] diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/01-create-a-configmap.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/01-create-a-configmap.adoc index 7bc976c95..21623ca3b 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/01-create-a-configmap.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/01-create-a-configmap.adoc @@ -1,12 +1,12 @@ --- -title: "创建配置字典" -keywords: "Kubernetes, {ks_product}, 联邦项目, 配置, 配置字典, 创建配置字典" -description: "介绍如何创建配置字典。" +title: "Create ConfigMaps" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, configuration, ConfigMaps, create ConfigMap" +description: "Learn how to create a ConfigMap." weight: 01 --- :ks_permission: **Federated Project Management** -:ks_navigation: **配置 > 配置字典** +:ks_navigation: **Configuration > ConfigMaps** include::../../../../../_custom-en/clusterManagement/configmaps/configmaps-desc-createAConfigmap.adoc[] @@ -34,4 +34,4 @@ include::../../../../../../_ks_components-en/oper-clickCreate.adoc[] + -include::../../../../../_custom-en/clusterManagement/configmaps/configmaps-oper-createAConfigmap.adoc[] +include::../../../../../_custom-en/clusterManagement/configmaps/configmaps-oper-createAConfigmap.adoc[] \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/02-view-a-configmap-list.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/02-view-a-configmap-list.adoc index 965ec6913..0606f0c1b 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/02-view-a-configmap-list.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/02-view-a-configmap-list.adoc @@ -1,12 +1,12 @@ --- -title: "查看配置字典列表" -keywords: "Kubernetes, {ks_product}, 联邦项目, 配置, 配置字典, 查看配置字典列表" -description: "介绍如何查看配置字典列表。" +title: "View ConfigMap List" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, configuration, ConfigMaps, view ConfigMap list" +description: "Learn how to view the ConfigMap list." weight: 02 --- :ks_permission: **Federated Project Viewing** -:ks_navigation: **配置 > 配置字典** +:ks_navigation: **Configuration > ConfigMaps** include::../../../../../_custom-en/clusterManagement/configmaps/configmaps-desc-viewAConfigmapList.adoc[] diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/03-view-configmap-details.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/03-view-configmap-details.adoc index a26d3ead9..637c03b19 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/03-view-configmap-details.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/03-view-configmap-details.adoc @@ -1,12 +1,12 @@ --- -title: "查看配置字典详情" -keywords: "Kubernetes, {ks_product}, 联邦项目, 配置, 配置字典, 查看配置字典详情" -description: "介绍如何查看配置字典详情。" +title: "View ConfigMap Details" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, configuration, ConfigMaps, view ConfigMap details" +description: "Learn how to view ConfigMap details." weight: 03 --- :ks_permission: **Federated Project Viewing** -:ks_navigation: **配置 > 配置字典** +:ks_navigation: **Configuration > ConfigMaps** include::../../../../../_custom-en/clusterManagement/configmaps/configmaps-desc-viewConfigmapDetails.adoc[] @@ -34,4 +34,4 @@ include::../../../../../_custom-en/clusterManagement/configmaps/configmaps-oper- + -include::../../../../../_custom-en/multi-clusterProjectManagement/configmaps/configmaps-oper-viewConfigmapDetails.adoc[] +include::../../../../../_custom-en/multi-clusterProjectManagement/configmaps/configmaps-oper-viewConfigmapDetails.adoc[] \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/04-edit-configmap-information.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/04-edit-configmap-information.adoc index 698c750e0..104e3c190 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/04-edit-configmap-information.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/04-edit-configmap-information.adoc @@ -1,12 +1,12 @@ --- -title: "编辑配置字典信息" -keywords: "Kubernetes, {ks_product}, 联邦项目, 配置, 配置字典, 编辑配置字典信息" -description: "介绍如何编辑配置字典信息。" +title: "Edit ConfigMap Information" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, configuration, ConfigMaps, edit ConfigMap information" +description: "Learn how to edit ConfigMap information." weight: 04 --- :ks_permission: **Federated Project Management** -:ks_navigation: **配置 > 配置字典** +:ks_navigation: **Configuration > ConfigMaps** include::../../../../../_custom-en/clusterManagement/configmaps/configmaps-desc-editConfigmapInformation.adoc[] @@ -30,4 +30,4 @@ include::../../../../../../_ks_components-en/oper-navigate.adoc[] + -include::../../../../../_custom-en/clusterManagement/configmaps/configmaps-oper-editConfigmapInformation.adoc[] +include::../../../../../_custom-en/clusterManagement/configmaps/configmaps-oper-editConfigmapInformation.adoc[] \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/05-edit-configmap-settings.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/05-edit-configmap-settings.adoc index c5b106785..cba6656ea 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/05-edit-configmap-settings.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/05-edit-configmap-settings.adoc @@ -1,12 +1,12 @@ --- -title: "编辑配置字典设置" -keywords: "Kubernetes, {ks_product}, 联邦项目, 配置, 配置字典, 编辑配置字典设置" -description: "介绍如何编辑配置字典设置。" +title: "Edit ConfigMap Settings" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, configuration, ConfigMaps, edit ConfigMap settings" +description: "Learn how to edit ConfigMap settings." weight: 05 --- :ks_permission: **Federated Project Management** -:ks_navigation: **配置 > 配置字典** +:ks_navigation: **Configuration > ConfigMaps** include::../../../../../_custom-en/clusterManagement/configmaps/configmaps-desc-editConfigmapSettings.adoc[] @@ -30,4 +30,4 @@ include::../../../../../../_ks_components-en/oper-navigate.adoc[] + -include::../../../../../_custom-en/clusterManagement/configmaps/configmaps-oper-editConfigmapSettings.adoc[] +include::../../../../../_custom-en/clusterManagement/configmaps/configmaps-oper-editConfigmapSettings.adoc[] \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/06-delete-configmaps.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/06-delete-configmaps.adoc index e57889c60..6f1fa44a2 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/06-delete-configmaps.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/06-delete-configmaps.adoc @@ -1,12 +1,12 @@ --- -title: "删除配置字典" -keywords: "Kubernetes, {ks_product}, 联邦项目, 配置, 配置字典, 删除配置字典" -description: "介绍如何删除配置字典。" +title: "Delete ConfigMaps" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, configuration, ConfigMaps, delete ConfigMap" +description: "Learn how to delete a ConfigMap." weight: 06 --- :ks_permission: **Federated Project Management** -:ks_navigation: **配置 > 配置字典** +:ks_navigation: **Configuration > ConfigMaps** include::../../../../../_custom-en/clusterManagement/configmaps/configmaps-desc-deleteConfigmaps.adoc[] @@ -20,7 +20,7 @@ include::../../../../../_custom-en/clusterManagement/configmaps/configmaps-desc- include::../../../../../_custom-en/multi-clusterProjectManagement/projectManagement-prer-requiredPermission_v4.adoc[] -== 删除单个配置字典 +== Delete a Single ConfigMap include::../../../../../_custom-en/multi-clusterProjectManagement/projectManagement-oper-openProjectPage_v4.adoc[] @@ -33,7 +33,7 @@ include::../../../../../../_ks_components-en/oper-navigate.adoc[] include::../../../../../_custom-en/clusterManagement/configmaps/configmaps-oper-deleteASingleConfigmap.adoc[] -== 批量删除配置字典 +== Delete Multiple ConfigMaps include::../../../../../_custom-en/multi-clusterProjectManagement/projectManagement-oper-openProjectPage_v4.adoc[] @@ -43,4 +43,4 @@ include::../../../../../../_ks_components-en/oper-navigate.adoc[] + -include::../../../../../_custom-en/clusterManagement/configmaps/configmaps-oper-deleteMultipleConfigmaps.adoc[] +include::../../../../../_custom-en/clusterManagement/configmaps/configmaps-oper-deleteMultipleConfigmaps.adoc[] \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/_index.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/_index.adoc index 32fac0fe2..d9e0bf64b 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/_index.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/02-configmaps/_index.adoc @@ -1,13 +1,12 @@ --- -title: "配置字典" -keywords: "Kubernetes, {ks_product}, 联邦项目, 配置, 配置字典" -description: "介绍如何管理联邦项目中的配置字典。" +title: "ConfigMaps" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, configuration, configmaps" +description: "Learn how to manage configmaps in multi-cluster projects." weight: 02 layout: "second" --- - include::../../../../../_custom-en/clusterManagement/configmaps/configmaps-desc-configmaps.adoc[] -配置字典仅用于存储非保密数据。如需存储保密数据,请使用link:../01-secrets/[保密字典]。 +ConfigMaps are only used to store non-confidential data. For storing confidential data, use link:../01-secrets/[Secrets]. diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/_index.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/_index.adoc index 853d7c1bf..b1e8f6718 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/_index.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/05-configuration/_index.adoc @@ -1,11 +1,10 @@ --- -title: "配置" -keywords: "Kubernetes, {ks_product}, 联邦项目, 配置" -description: "介绍如何管理保密字典、配置字典和服务帐户。" +title: "Configuration" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, configuration" +description: "Learn how to manage secrets, and ConfigMaps." weight: 05 layout: "second" --- - include::../../../../_custom-en/multi-clusterProjectManagement/configmaps/config-desc.adoc[] diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/01-view-project-basic-information.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/01-view-project-basic-information.adoc index 7796253d7..334db6795 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/01-view-project-basic-information.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/01-view-project-basic-information.adoc @@ -1,15 +1,15 @@ --- -title: "查看项目基本信息" -keywords: "Kubernetes, {ks_product}, 联邦项目, 项目设置, 基本信息, 查看项目基本信息" -description: "介绍如何查看项目基本信息。" +title: "View Project Basic Information" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, project settings, basic information, view project basic information" +description: "Learn how to view project basic information." weight: 01 --- :ks_permission: **Federated Project Viewing** -:ks_navigation: **项目设置 > 基本信息** +:ks_navigation: **Project Settings > Basic Information** -本节介绍如何查看项目基本信息。 +This section describes how to view project basic information. == Prerequisites @@ -29,17 +29,17 @@ include::../../../../../_custom-en/multi-clusterProjectManagement/projectManagem include::../../../../../../_ks_components-en/oper-navigate.adoc[] + -- -**基本信息**页面提供以下信息: +The **Basic Information** page provides the following information: [%header,cols="1a,4a"] |=== -|参数 |描述 +|Parameter |Description -|项目信息 -|当前项目的信息,包括项目名称、所属企业空间、创建者和创建时间。 +|Project Information +|Information about the current project, including the project name, workspace it belongs to, creator, and creation time. include::../../../../../_custom-en/clusterManagement/projects/projects-para-defaultContainerQuotas.adoc[] // include::../../../../../_custom-en/clusterManagement/projects/projects-para-projectQuotas.adoc[] |=== --- +-- \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/02-edit-project-information.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/02-edit-project-information.adoc index 3ea23853b..b73f62940 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/02-edit-project-information.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/02-edit-project-information.adoc @@ -1,17 +1,17 @@ --- -title: "编辑项目信息" -keywords: "Kubernetes, {ks_product}, 联邦项目, 项目设置, 基本信息, 编辑项目信息" -description: "介绍如何编辑项目信息。" +title: "Edit Project Information" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, project settings, basic information, edit project information" +description: "Learn how to edit project information." weight: 02 --- :ks_permission: **Federated Project Management** -:ks_navigation: **项目设置 > 基本信息** +:ks_navigation: **Project Settings > Basic Information** -本节介绍如何编辑项目基本信息。 +This section describes how to edit project basic information. -您可以编辑项目的别名和描述。{ks_product_right}不支持编辑已创建项目的名称。 +You can edit the alias and description of a project. KubeSphere does not support editing the name of an already created project. == Prerequisites @@ -32,15 +32,15 @@ include::../../../../../../_ks_components-en/oper-navigate.adoc[] + -. 在**基本信息**页面,点击**管理**,然后在下拉列表中选择**编辑信息**。 +. On the **Basic Information** page, click **Manage**, then select **Edit Information** from the dropdown list. -. 在**编辑信息**对话框,设置项目的别名和描述,然后点击**确定**。 +. In the **Edit Information** dialog, set the alias and description of the project, then click **OK**. + -- [%header,cols="1a,4a"] |=== -|参数 |描述 +|Parameter |Description include::../../../../../_custom-en/clusterManagement/projects/projects-para-aliasDescription.adoc[] |=== --- +-- \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/03-edit-annotation.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/03-edit-annotation.adoc index db621cd28..2e2d75cff 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/03-edit-annotation.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/03-edit-annotation.adoc @@ -1,15 +1,15 @@ --- -title: "编辑项目注解" -keywords: "Kubernetes, {ks_product}, 联邦项目, 项目设置, 基本信息,添加项目集群" -description: "介绍如何编辑项目注解。" +title: "Edit Project Annotations" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, project settings, basic information, add project cluster" +description: "Learn how to edit project annotations." weight: 03 --- :ks_permission: **Federated Project Management** -:ks_navigation: **项目设置 > 基本信息** +:ks_navigation: **Project Settings > Basic Information** -本节介绍如何编辑项目注解。 +This section describes how to edit project annotations. == Prerequisites @@ -30,12 +30,12 @@ include::../../../../../../_ks_components-en/oper-navigate.adoc[] + -. 在**基本信息**页面,点击**管理**,然后在下拉列表中选择**编辑注解**。 +. On the **Basic Information** page, click **Manage**, then select **Edit Annotations** from the dropdown list. -. 在弹出的对话框中,设置注解的键值对,然后点击**确定**。注解添加完成后将显示在项目基本信息页面。 +. In the pop-up dialog, set the key-value pairs for the annotations, then click **OK**. The annotations will be displayed on the project basic information page after they are added. + -- -* 点击**添加**可以为当前项目添加一个或多个注解。 +* Click **Add** to add one or more annotations to the current project. -* 点击 image:/images/ks-qkcp/zh/icons/trash-light.svg[trash-light,18,18] 可删除当前待添加的注解。 +* Click image:/images/ks-qkcp/zh/icons/trash-light.svg[trash-light,18,18] to delete the annotation to be added. -- \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/04-add-cluster.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/04-add-cluster.adoc index 2728a6d0e..5610443f5 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/04-add-cluster.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/04-add-cluster.adoc @@ -1,15 +1,15 @@ --- -title: "添加项目集群" -keywords: "Kubernetes, {ks_product}, 联邦项目, 项目设置, 基本信息,添加项目集群" -description: "介绍如何添加项目集群。" +title: "Add Project Cluster" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, project settings, basic information, add project cluster" +description: "Learn how to add project clusters." weight: 04 --- :ks_permission: **Federated Project Management** -:ks_navigation: **项目设置 > 基本信息** +:ks_navigation: **Project Settings > Basic Information** -本节介绍如何添加项目到其他集群。添加后将自动在对应集群创建当前项目。 +This section describes how to add the current project to anther clusters. After adding, the project will be automatically created in the corresponding clusters. == Prerequisites @@ -30,12 +30,12 @@ include::../../../../../../_ks_components-en/oper-navigate.adoc[] + -. 在**基本信息**页面,点击**管理**,然后在下拉列表中选择**添加集群**。 +. On the **Basic Information** page, click **Manage**, then select **Add Cluster** from the dropdown list. -. 在弹出的对话框中,从下拉列表中选择想要添加当前项目的集群,然后点击**确定**。集群添加后将自动在对应集群创建当前项目。 +. In the pop-up dialog, select the clusters to which you want to add the current project from the dropdown list, then click **OK**. The clusters will automatically create the current project after they are added. + -- -* 点击**添加集群**可以将当前项目添加到一个或多个集群。 +* Click **Add Cluster** to add the current project to one or more clusters. -* 点击 image:/images/ks-qkcp/zh/icons/trash-light.svg[trash-light,18,18] 可删除当前待添加的集群。 +* Click image:/images/ks-qkcp/zh/icons/trash-light.svg[trash-light,18,18] to delete the cluster to be added. -- \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/05-edit-default-container-quotas.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/05-edit-default-container-quotas.adoc index 1d9d546fd..fd5b7090d 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/05-edit-default-container-quotas.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/05-edit-default-container-quotas.adoc @@ -1,12 +1,12 @@ --- -title: "编辑默认容器配额" -keywords: "Kubernetes, {ks_product}, 联邦项目, 项目设置, 基本信息, 编辑默认容器配额" -description: "介绍如何编辑默认容器配额。" +title: "Edit Default Container Quotas" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, project settings, basic information, edit default container quotas" +description: "Learn how to edit default container quotas." weight: 05 --- :ks_permission: **Federated Project Management** -:ks_navigation: **项目设置 > 基本信息** +:ks_navigation: **Project Settings > Basic Information** include::../../../../../_custom-en/clusterManagement/projects/projects-desc-editDefaultContainerQuotas.adoc[] @@ -30,8 +30,8 @@ include::../../../../../../_ks_components-en/oper-navigate.adoc[] + -. 在**基本信息**页面,点击**管理**,然后在下拉列表中选择**编辑默认容器配额**。 +. On the **Basic Information** page, click **Manage**, then select **Edit Default Container Quotas** from the dropdown list. + -include::../../../../../_custom-en/clusterManagement/projects/projects-oper-editDefaultContainerQuotas.adoc[] +include::../../../../../_custom-en/clusterManagement/projects/projects-oper-editDefaultContainerQuotas.adoc[] \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/06-delete-a-project.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/06-delete-a-project.adoc index c22d4b58c..2efe2d1a7 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/06-delete-a-project.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/06-delete-a-project.adoc @@ -1,12 +1,12 @@ --- -title: "删除项目" -keywords: "Kubernetes, {ks_product}, 联邦项目, 项目设置, 基本信息, 删除项目" -description: "介绍如何删除项目。" +title: "Delete Projects" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, project settings, basic information, delete project" +description: "Learn how to delete a project." weight: 06 --- :ks_permission: **Federated Project Management** -:ks_navigation: **项目设置 > 基本信息** +:ks_navigation: **Project Settings > Basic Information** include::../../../../../_custom-en/clusterManagement/projects/projects-desc-deleteProjects.adoc[] @@ -30,9 +30,8 @@ include::../../../../../../_ks_components-en/oper-navigate.adoc[] + -. 在**基本信息**页面,点击**管理**,然后在下拉列表中选择**删除项目**。 +. On the **Basic Information** page, click **Manage**, then select **Delete Project** from the dropdown list. + -include::../../../../../_custom-en/clusterManagement/projects/projects-oper-deleteASingleProject.adoc[] - +include::../../../../../_custom-en/clusterManagement/projects/projects-oper-deleteASingleProject.adoc[] \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/_index.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/_index.adoc index 702e364d7..5e24b3379 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/_index.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/01-basic-information/_index.adoc @@ -1,11 +1,9 @@ --- -title: "基本信息" -keywords: "Kubernetes, {ks_product}, 联邦项目, 项目设置, 基本信息" -description: "介绍如何查看和管理联邦项目的基本信息。" +title: "Basic Information" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, project settings, basic information" +description: "Learn how to view and manage the basic information of multi-cluster projects." weight: 01 layout: "second" --- - - -本节介绍如何查看和管理联邦项目的基本信息。 +This section describes how to view and manage the basic information of multi-cluster projects. \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/02-project-quotas/01-view-project-quotas.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/02-project-quotas/01-view-project-quotas.adoc index c9fffe4a5..36aec88bb 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/02-project-quotas/01-view-project-quotas.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/02-project-quotas/01-view-project-quotas.adoc @@ -1,15 +1,15 @@ --- -title: "查看项目配额" -keywords: "Kubernetes, {ks_product}, 联邦项目, 项目设置, 项目配额, 查看项目配额" -description: "介绍如何查看项目配额。" +title: "View Project Quotas" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, project settings, project quotas, view project quotas" +description: "Learn how to view project quotas." weight: 01 --- :ks_permission: **Federated Project Viewing** -:ks_navigation: **项目设置 > 项目配额** +:ks_navigation: **Project Settings > Project Quotas** -本节介绍如何查看项目配额。 +This section describes how to view project quotas. == Prerequisites @@ -29,7 +29,7 @@ include::../../../../../_custom-en/multi-clusterProjectManagement/projectManagem include::../../../../../../_ks_components-en/oper-navigate.adoc[] + -- -**项目配额**页面提供以下资源信息: +The **Project Quotas** page provides the following resource information: include::../../../../../_custom-en/multi-clusterProjectManagement/project-config/project-quota-para_v4.adoc[] -- \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/02-project-quotas/02-edit-project-quotas.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/02-project-quotas/02-edit-project-quotas.adoc index f5116838c..97991d9d0 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/02-project-quotas/02-edit-project-quotas.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/02-project-quotas/02-edit-project-quotas.adoc @@ -1,15 +1,15 @@ --- -title: "编辑项目配额" -keywords: "Kubernetes, {ks_product}, 联邦项目, 项目设置, 项目配额, 编辑项目配额" -description: "介绍如何编辑项目配额。" +title: "Edit Project Quotas" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, project settings, project quotas, edit project quotas" +description: "Learn how to edit project quotas." weight: 02 --- :ks_permission: **Federated Project Management** -:ks_navigation: **项目设置 > 项目配额** +:ks_navigation: **Project Settings > Project Quotas** -本节介绍如何编辑项目配额。 +This section describes how to edit project quotas. == Prerequisites @@ -28,7 +28,7 @@ include::../../../../../_custom-en/multi-clusterProjectManagement/projectManagem include::../../../../../../_ks_components-en/oper-navigate.adoc[] -. 在**项目配额**页面,点击右上角的**编辑配额**,进入配额编辑页面。 +. On the **Project Quotas** page, click **Edit Quotas** in the top-right corner to enter the quota editing page. + diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/02-project-quotas/_index.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/02-project-quotas/_index.adoc index cf21d5ad8..664341f30 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/02-project-quotas/_index.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/02-project-quotas/_index.adoc @@ -1,10 +1,10 @@ --- -title: "项目配额" -keywords: "Kubernetes, {ks_product}, 联邦项目, 项目设置, 项目配额" -description: "介绍如何查看和管理联邦项目的配额。" +title: "Project Quotas" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, project settings, project quotas" +description: "Learn how to view and manage project quotas." weight: 02 layout: "second" --- -本节介绍如何查看和管理联邦项目的配额。 +This section describes how to view and manage project quotas in multi-cluster projects. \ No newline at end of file diff --git a/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/_index.adoc b/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/_index.adoc index 21b5b59cc..bb4e0313c 100644 --- a/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/_index.adoc +++ b/content/en/docs/v4.1/11-use-extensions/04-kubefed/06-project-settings/_index.adoc @@ -1,8 +1,7 @@ --- -title: "项目设置" -keywords: "Kubernetes, {ks_product}, 联邦项目, 项目设置" -description: "介绍如何管理项目设置。" +title: "Project Settings" +keywords: "Kubernetes, {ks_product-en}, multi-cluster projects, project settings" +description: "Learn how to manage project settings." weight: 06 layout: "second" ---- - +--- \ No newline at end of file diff --git a/content/zh/docs/_custom/clusterManagement/secrets/secrets-oper-viewSecretDetails-for-kubefed.adoc b/content/zh/docs/_custom/clusterManagement/secrets/secrets-oper-viewSecretDetails-for-kubefed.adoc index 5a999d294..160bbbc93 100644 --- a/content/zh/docs/_custom/clusterManagement/secrets/secrets-oper-viewSecretDetails-for-kubefed.adoc +++ b/content/zh/docs/_custom/clusterManagement/secrets/secrets-oper-viewSecretDetails-for-kubefed.adoc @@ -28,7 +28,7 @@ include::secrets-para-type.adoc[] |=== -- -. 在保密字典右侧的**数据**页签查看保密字典存储的键值对数据。 +. 在保密字典详情页面右侧的**数据**页签查看保密字典存储的键值对数据。 + -- // Note diff --git a/content/zh/docs/_custom/multi-clusterProjectManagement/configmaps/configmaps-oper-viewConfigmapDetails.adoc b/content/zh/docs/_custom/multi-clusterProjectManagement/configmaps/configmaps-oper-viewConfigmapDetails.adoc index 23c588fb7..8c8f19df0 100644 --- a/content/zh/docs/_custom/multi-clusterProjectManagement/configmaps/configmaps-oper-viewConfigmapDetails.adoc +++ b/content/zh/docs/_custom/multi-clusterProjectManagement/configmaps/configmaps-oper-viewConfigmapDetails.adoc @@ -17,4 +17,4 @@ |=== -- -. 在配置字典右侧的**数据**页签查看配置字典中存储的键值对数据。 +. 在配置字典详情页面右侧的**数据**页签查看配置字典中存储的键值对数据。 diff --git a/content/zh/docs/_custom/multi-clusterProjectManagement/project-config/project-quota-para_v4.adoc b/content/zh/docs/_custom/multi-clusterProjectManagement/project-config/project-quota-para_v4.adoc index c8a4290c4..a1b960ea2 100644 --- a/content/zh/docs/_custom/multi-clusterProjectManagement/project-config/project-quota-para_v4.adoc +++ b/content/zh/docs/_custom/multi-clusterProjectManagement/project-config/project-quota-para_v4.adoc @@ -25,20 +25,20 @@ |持久卷声明 |项目中当前已创建的持久卷声明数量,以及可以创建的持久卷声明的数量上限。 -// |部署 -// |项目中当前已创建的部署数量,以及可以创建的部署数量上限。 +|部署 +|项目中当前已创建的部署数量,以及可以创建的部署数量上限。 -// |有状态副本集 -// |项目中当前已创建的有状态副本集数量,以及可以创建的有状态副本集数量上限。 +|有状态副本集 +|项目中当前已创建的有状态副本集数量,以及可以创建的有状态副本集数量上限。 -// |卷 -// |项目中当前已创建的卷数量,以及可以创建的卷数量上限。 +|卷 +|项目中当前已创建的卷数量,以及可以创建的卷数量上限。 -// |服务 -// |项目中当前已创建的服务数量,以及可以创建的服务数量上限。 +|服务 +|项目中当前已创建的服务数量,以及可以创建的服务数量上限。 -// |应用路由 -// |项目中当前已创建的应用路由数量,以及可以创建的应用路由数量上限。 +|应用路由 +|项目中当前已创建的应用路由数量,以及可以创建的应用路由数量上限。 // |GPU 上限 // |项目中当前已使用的 GPU 数量,以及可以使用的 GPU 数量上限,单位为 GPU。