Skip to content

Commit

Permalink
update the architecture of edge
Browse files Browse the repository at this point in the history
Signed-off-by: lingyu <[email protected]>
  • Loading branch information
Catherine-monk committed Sep 3, 2024
1 parent 7c9e417 commit 977b3fb
Show file tree
Hide file tree
Showing 5 changed files with 218 additions and 260 deletions.
2 changes: 1 addition & 1 deletion docs/architecture/edge/devicetwin.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ The following are the operations that can be performed on this data :

- **Update Device Attr Field**: Updates a single field in the device attribute table

- **Update Device Attr Fields**: Updates multiple fields in the device attribute table
- **Update Device Attr Multi Fields**: Updates multiple fields in the device attribute table

- **Query Device Attr**: Queries a device attribute from the device attribute table

Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/edge/metamanager.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ like remote query to the cloud.

## MetaSync Operation
`MetaSync` operation messages are periodically sent by metamanager to sync the status of the
pods running on the edge node. The sync interval is configurable in `conf/edge.yaml`
pods running on the edge node. The sync interval is configurable in `conf/edgecore.yaml`
( defaults to `60` seconds ).

```yaml
Expand Down
Loading

0 comments on commit 977b3fb

Please sign in to comment.