上传边缘节点程序到服务器并解压,然后在边缘节点安装目录下,复制configs/api_node.template.yaml为configs/api_node.yaml,修改文件里面的内容为以下内容:
rpc.endpoints: [ {{apiEndpoints}} ]
nodeId: "{{node.uniqueId}}"
secret: "{{node.secret}}"
然后再使用bin/edge-node start命令启动节点。
边缘节点安装文件下载
文件名 |
操作系统 |
CPU架构 |
版本 |
{{installerFile.name}}
|
{{installerFile.os}} |
{{installerFile.arch}} |
v{{installerFile.version}} |