aloyszhang commented on code in PR #998: URL: https://github.com/apache/inlong-website/pull/998#discussion_r1777972326
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/administration/cluster_management/agent_management.md: ########## @@ -0,0 +1,87 @@ +--- +title: agent 管理 +sidebar_position: 1 +--- + +## 概述 +平台实现了 Agent 的界面化管理能力,支持在界面进行 Agent 的安装包管理、版本管理、安装操作、卸载操作、升级操作、重启操作等,并且支持批量操作的能力。 + +## 安装包管理 +安装包管理主要是对安装包的名称、地址、MD5 的管理。 +### 新增 +如图所示在 "系统运维-安装包" 点击 "新建 Package" 进行安装包新建: + +文件名称:Agent 安装包名称 + +下载地址:安装包的下载地址,我们是通过 wget 来下载安装包。 + +MD5:安装包文件的 MD5 值,用于下载完成后校验安装包是否有损坏。 + +存储路径:安装包下载完成后的存放路径。 + +### 修改、删除 +点击 "详情" 即可进行 Agent 的修改;点击 "删除" 即可进行安装包删除。 + + +### Install +Installer Agent 的守护进程,实际上我们在业务机器上同时装了 Installer 和 Agent 两个进程。Installer 的安装包、版本管理和 Agent 一样。 Review Comment: this description is confusing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org