Skip to content

Commit

Permalink
update for en
Browse files Browse the repository at this point in the history
  • Loading branch information
chongyuanyin committed Oct 30, 2023
1 parent 216e909 commit 151e6f2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ecp/en_US/edge_service/_assets/edge-list-distribution-result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions ecp/en_US/edge_service/batch_distribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

In the edge computing environment, various software runs on edge devices, each requiring configurations tailored to specific applications and business requirements.

With ECP, you can simultaneously transmit identical or similar configurations to multiple edge device software (such as Neuron and eKuiper). This approach helps administrators apply rapid, consistent, and reliable configuration strategies, minimizing configuration errors and redundant tasks, thereby boosting the stability and reliability of the edge computing environment.
With ECP, you can simultaneously transmit identical or similar configurations to multiple edge device software. This approach helps administrators apply rapid, consistent, and reliable configuration strategies, minimizing configuration errors and redundant tasks, thereby boosting the stability and reliability of the edge computing environment.

:::tip
ECP will set some restrictions for system protection purposes. For specific usage restrictions, please refer to [System Usage Restrictions](../others/known_limitations.md) and [Version Compatibility](../others/version_limitations).
Expand All @@ -22,6 +22,11 @@ To create a template:



## Choose Function

Select either `Data Acquisition` or `Data Processing` to deliver the configuration to other NeuronEX.

![function](./_assets/edge-list-distribution-function.png)

## Edit Template

Expand All @@ -42,7 +47,7 @@ Original:
Parameterized:

```
"mqtt": "{\"stream1\":{\"insecureSkipVerify\":false,\"protocolVersion\":\"3.1.1\",\"qos\":1,\"server\":\" ${tcp_addr} "}}"
"mqtt": "{\"stream1\":{\"insecureSkipVerify\":false,\"protocolVersion\":\"3.1.1\",\"qos\":1,\"server\":\" ${tcp_addr} \"}}"
```

After the edit, click **Next** to select the target edge services.
Expand All @@ -53,10 +58,6 @@ You can filter by name, EndPoint, Version, or [tags](./batch_tag.md), then click

<img src="./_assets/edge-list-distribution-edit.png" alt="template" style="zoom:50%;" />

:::tip
Selected instances should have the same product type as specified in the template.
:::

## Edit Parameters

This feature allows the assignment of values to parameters for multiple edge services at once, enhancing configuration efficiency.
Expand Down
1 change: 0 additions & 1 deletion ecp/en_US/others/known_limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
| :--------------| :-----------------------------------------------------------|
|Manage edge services|Supports up to 400 edge services.|
|Batch configuration deployment (Global Overwrite)|1. At most one batch configuration deployment job can be running within one project. <!--to confirm--><br/><br/>2. A template can support up to 50 parameters.<br/><br/>3. At most 200 edge services can be configured with this batch configuration deployment job.|
|Batch configuration deployment (Local Update)|At most one batch configuration deployment job can be running within one project.|
|Batch install of edge services|1. At most one batch install job can be running within one project. <br/>2. At most 200 edge services can be installed in bulk<br/>3. Only direct connection mode is supported|
|Batch upgrade of edge services|At most one batch upgrade job can be running within one project.|
| Tag management | 1. One service can have up to 10 tags.<br/><br/> 2. One project can support up to 100 tags. |
Expand Down

0 comments on commit 151e6f2

Please sign in to comment.