This is an automated email from the ASF dual-hosted git repository. luchunliang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong-website.git
The following commit(s) were added to refs/heads/master by this push: new 513fae91f14 [INLONG-988][Doc] Add cluster management document (#994) 513fae91f14 is described below commit 513fae91f1469a0f3df8106a45c85f1a31f55dd5 Author: fuweng11 <76141879+fuwen...@users.noreply.github.com> AuthorDate: Thu Sep 26 11:13:35 2024 +0800 [INLONG-988][Doc] Add cluster management document (#994) * [INLONG-988][Doc] Add cluster management document * [INLONG-988][Doc] Fix comment --- docs/administration/cluster_management.md | 33 +++++++++++++++++++++ docs/administration/img/create_cluster.png | Bin 0 -> 470497 bytes docs/administration/img/delete_cluster.png | Bin 0 -> 367267 bytes docs/administration/img/update_cluster.png | Bin 0 -> 371487 bytes .../current/administration/cluster_management.md | 32 ++++++++++++++++++++ .../current/administration/img/create_cluster.png | Bin 0 -> 475286 bytes .../current/administration/img/delete_cluster.png | Bin 0 -> 374768 bytes .../current/administration/img/update_cluster.png | Bin 0 -> 375685 bytes 8 files changed, 65 insertions(+) diff --git a/docs/administration/cluster_management.md b/docs/administration/cluster_management.md new file mode 100644 index 00000000000..6954710301b --- /dev/null +++ b/docs/administration/cluster_management.md @@ -0,0 +1,33 @@ +--- +title: Cluster Management +sidebar_position: 5 +--- + +Only system administrators or tenant administrators have permission to use this feature, and they can create, modify, and delete clusters. + + +### Create cluster + +Users with system administrator or tenant administrator permissions can create new clusters. When creating, you need to fill in the following information: + + + +- Cluster Name:A user-defined name used to identify the cluster. +- Type:Cluster type. +- Cluster Tag:The cluster belongs to the cluster tag +- Owners:Specify the person responsible for the cluster, who is the only one able to modify the cluster's configuration information. +- Description:Provide a brief description of the cluster. + +The above are the basic configuration information for the cluster. Depending on the type of cluster, additional configuration information may be required. For example, for a Pulsar cluster, you may need to fill in the Service URL, AdminURL, default tenant, and token. + +### Delete cluster + +System administrators or tenant administrators have the right to delete created clusters. Once deleted, the cluster will no longer be available: + + + +### Update cluster + +System administrators or tenant administrators can modify created clusters. When modifying, you can change the basic configuration information of the cluster as well as any additional configuration information required based on the cluster type: + + diff --git a/docs/administration/img/create_cluster.png b/docs/administration/img/create_cluster.png new file mode 100644 index 00000000000..87f42d942a7 Binary files /dev/null and b/docs/administration/img/create_cluster.png differ diff --git a/docs/administration/img/delete_cluster.png b/docs/administration/img/delete_cluster.png new file mode 100644 index 00000000000..194a3caf854 Binary files /dev/null and b/docs/administration/img/delete_cluster.png differ diff --git a/docs/administration/img/update_cluster.png b/docs/administration/img/update_cluster.png new file mode 100644 index 00000000000..6879cd45204 Binary files /dev/null and b/docs/administration/img/update_cluster.png differ diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/administration/cluster_management.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/administration/cluster_management.md new file mode 100644 index 00000000000..ba9b30fa68c --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/administration/cluster_management.md @@ -0,0 +1,32 @@ +--- +title: 集群管理 +sidebar_position: 5 +--- + +角色为系统管理员或者租户管理员的用户才可以使用此功能,他们可以创建、修改、删除集群。 + +### 新建集群 + +具有系统管理员或者租户管理员权限用户,可以进行创建新集群: + + + +- 集群名称:用户自定义名,用来标识此集群信息 +- 类型:集群类型 +- 集群标签:该集群所属集群标签 +- 责任人:该集群负责人,只有责任人能够修改该集群的配置信息 +- 集群描述:集群描述信息 + +以上为集群的公用配置,另外,根据不同的集群类型,还会有不同的配置信息,如 Pulsar 集群需要填写 Service URL、AdminURL、默认租户、token 等信息。 + +### 删除集群 + +系统管理员或者租户管理员权限可以对已创建的集群进行删除,删除后此集群将停止使用: + + + +### 修改集群 + +系统管理员或者租户管理员可以修改已创建的集群: + + diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/administration/img/create_cluster.png b/i18n/zh-CN/docusaurus-plugin-content-docs/current/administration/img/create_cluster.png new file mode 100644 index 00000000000..42098783535 Binary files /dev/null and b/i18n/zh-CN/docusaurus-plugin-content-docs/current/administration/img/create_cluster.png differ diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/administration/img/delete_cluster.png b/i18n/zh-CN/docusaurus-plugin-content-docs/current/administration/img/delete_cluster.png new file mode 100644 index 00000000000..5ad47276244 Binary files /dev/null and b/i18n/zh-CN/docusaurus-plugin-content-docs/current/administration/img/delete_cluster.png differ diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/administration/img/update_cluster.png b/i18n/zh-CN/docusaurus-plugin-content-docs/current/administration/img/update_cluster.png new file mode 100644 index 00000000000..de8af0ce53a Binary files /dev/null and b/i18n/zh-CN/docusaurus-plugin-content-docs/current/administration/img/update_cluster.png differ