Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
QQDQ committed Apr 7, 2024
1 parent eb4e812 commit 6ad06e8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ecp/en_US/edge_service/batch_intall.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ After the installation is complete, you need to open the remote access port of t
This certificate is for testing only.
Please use a self-signed certificate in a production environment.
:::
2) Modify the IP address in extfile.cnf to the IP address exposed by the edge node that deploys the Docker Engine service externally. This IP address is also the IP address that needs to be entered in ECP when adding [edge nodes](./docker_node.md).
2) Modify the IP address in extfile.cnf to the IP address exposed by the edge node that deploys the Docker Engine service externally. This IP address is also the IP address that needs to be entered in ECP when adding [edge nodes](#edge-node-management).
![extfile](./_assets/extfile.png)
3) Execute the gen-docker-cert.sh script to generate the server certificate: server-cert.pem, the default password: `1111`;
![gen-docker-cert](./_assets/gen-docker-cert.png)
Expand Down
3 changes: 2 additions & 1 deletion ecp/en_US/edge_service/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ ECP supports the management of edge services through managed and hosted:
- **Hosted**: Hosted refers to the edge service created and deployed by the ECP platform. The hosted edge service supports deployment, start, stop, and upgrade by ECP.

Managed mode, ECP supports two methods: [Managed - Direct Connection](./batch_import.md) and [ Managed - Agent](./edge_agent_management.md). Users can choose the appropriate management method according to the actual scenario.
Hosting mode, ECP supports [Docker mode hosting edge services](./batch_install.md) method.

Hosting mode, ECP supports [Host Edge Services By Docker](./batch_intall.md) method.

There are functional differences between managed and hosted edge services, as follows:

Expand Down
2 changes: 1 addition & 1 deletion ecp/en_US/monitor/alarm_rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To streamline alarm management, ECP has provided 2 tabs on the **Alarm** page: *

You can also use the filtering feature of ECP to filter alarms by type, message, node, level, or time.

### Historical Alarm Delete
### Historical Alarm Delete

ECP supports cleaning of historical alarms. In the **History Alarms** tab, click the **History Alarm Delete** button to choose to delete historical alarm records by time or number.

Expand Down
2 changes: 1 addition & 1 deletion ecp/en_US/system_admin/resource_config.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Resource Settings

Resource settings is the configuration of the resource layer based on the ECP deployed by Docker or Kubernetes, which mainly includes [Basic Config](#basic-config), [Docker Deployment Mode Configuration](#docker-deployment-mode-configuration), [Kubernetes Deployment Mode Configuration]( #kubernetes-deployment-mode-configuration) three categories.
Resource settings is the configuration of the resource layer based on the ECP deployed by Docker or Kubernetes, which mainly includes [Basic Config](#basic-config), [Docker Deployment Mode Configuration](#docker-deployment-mode-configuration), Kubernetes Deployment Mode Configuration three categories.

## Basic Config

Expand Down
2 changes: 1 addition & 1 deletion ecp/zh_CN/edge_service/batch_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
该证书仅供测试使用,生产环境请使用自签名证书。
:::

2)修改 extfile.cnf 中 IP 地址为这台部署 Docker Engine 服务的边缘节点对外暴露的 IP 地址。该 IP 地址也是在 ECP 中添加[边缘节点](./docker_node.md)时需要输入的 IP。
2)修改 extfile.cnf 中 IP 地址为这台部署 Docker Engine 服务的边缘节点对外暴露的 IP 地址。该 IP 地址也是在 ECP 中添加[边缘节点](#边缘节点管理)时需要输入的 IP。
![extfile](./_assets/extfile.png)
3)执行 gen-docker-cert.sh 脚本, 生成服务端证书: server-cert.pem, 默认密码: `1111`;
![gen-docker-cert](./_assets/gen-docker-cert.png)
Expand Down

0 comments on commit 6ad06e8

Please sign in to comment.