Skip to content

Commit c3f4201

Browse files
committed
feat: update docs content
1 parent 90e98fc commit c3f4201

File tree

2 files changed

+11
-12
lines changed
  • docs/03-getting-started/02-install-lower-layer-system
  • i18n/zh/docusaurus-plugin-content-docs/current/03-getting-started/02-install-lower-layer-system

2 files changed

+11
-12
lines changed

docs/03-getting-started/02-install-lower-layer-system/08-faqs.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,16 @@ This issue can be resolved by **removing the node taints**.
9999
If both the visiting node and the visited node's edgemesh-agent have been started normally while this error is still reported,
100100
it may be due to unsucessful discovering between the visiting node and the visited node. Please troubleshoot in this way:
101101

102-
1. 首先每个节点上的 edgemesh-agent 都具有 peer ID,比如
103-
102+
1. edgemesh-agent at each node has a peer ID (generated with the hash of node name):
104103
```
105-
edge2:
106-
I'm {12D3KooWPpY4GqqNF3sLC397fMz5ZZfxmtMTNa1gLYFopWbHxZDt: [/ip4/127.0.0.1/tcp/20006 /ip4/192.168.1.4/tcp/20006]}
107-
108104
edge1:
109105
I'm {12D3KooWFz1dKY8L3JC8wAY6sJ5MswvPEGKysPCfcaGxFmeH7wkz: [/ip4/127.0.0.1/tcp/20006 /ip4/192.168.1.2/tcp/20006]}
106+
107+
edge2:
108+
I'm {12D3KooWPpY4GqqNF3sLC397fMz5ZZfxmtMTNa1gLYFopWbHxZDt: [/ip4/127.0.0.1/tcp/20006 /ip4/192.168.1.4/tcp/20006]}
110109
```
111110

112-
2. If visiting node and visited node are in the same LAN with internet IP, refer to Question 12 in [EdgeMesh Q&A (zhihu.com)](https://zhuanlan.zhihu.com/p/585749690). Logs of discovering node in the same LAN is `[MDNS] Discovery found peer: <visited node peer ID: [visited IP list(include relay node IP)]>`.
111+
2. If visiting node and visited node are in the same LAN with internet IP, refer to Question 12 in [EdgeMesh Q&A](https://zhuanlan.zhihu.com/p/585749690). Logs of discovering node in the same LAN is `[MDNS] Discovery found peer: <visited node peer ID: [visited IP list(include relay node IP)]>`.
113112

114113
3. If visiting node and visited node are across different LANs, check setting of relayNodes (Details at [KubeEdge EdgeMesh Architecture](https://link.zhihu.com/?target=https%3A//mp.weixin.qq.com/s/4whnkMM9oOaWRsI1ICsvSA)). Logs of discovering node across LANs is `[DHT] Discovery found peer: <visited node peer ID: [visited IP list(include relay node IP)]>`.
115114

@@ -189,7 +188,7 @@ sudo apt-get install -y nvidia-container-toolkit
189188

190189
During the Sedna installation stage, an error occurs in logs: `lc127.0.0. 53:53 no such host/connection refused`.
191190

192-
**Reason:** See question 5 in the link [https://zhuanlan.zhihu.com/p/585749690](https://zhuanlan.zhihu.com/p/585749690).
191+
**Reason:** See question 5 in [EdgeMesh Q&A](https://zhuanlan.zhihu.com/p/585749690).
193192

194193
**Solution:**
195194

@@ -213,7 +212,7 @@ Check the configuration of EdgeMesh:
213212

214213
![Q12-1](/img/FAQs/Q12-1.png)
215214

216-
**Reason:** Reference [Kubernetes nodes cannot capture monitoring metrics(zhihu.com)](https://zhuanlan.zhihu.com/p/379962934)
215+
**Reason:** Refer to [Kubernetes nodes cannot capture monitoring metrics(zhihu.com)](https://zhuanlan.zhihu.com/p/379962934)
217216

218217
![Q12-2](/img/FAQs/Q12-2.png)
219218

@@ -624,6 +623,6 @@ vim /etc/kubeedge/config/edgecore.yaml
624623
![Q25](/img/FAQs/Q25.png)
625624

626625
Add the address of master node (cloud) in edgeHub/httpServer, such as `https://114.212.81.11:10002`,
627-
delete the redundant ':' in websocket/server
626+
delete the redundant ':' in websocket/server.
628627

629628
Re-run the `keadm join` command after modification.

i18n/zh/docusaurus-plugin-content-docs/current/03-getting-started/02-install-lower-layer-system/08-faqs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ sudo rm /etc/systemd/system/edgecore.service
9696
1. 首先每个节点上的 edgemesh-agent 都具有 peer ID,比如:
9797

9898
```
99-
edge2:
100-
I'm {12D3KooWPpY4GqqNF3sLC397fMz5ZZfxmtMTNa1gLYFopWbHxZDt: [/ip4/127.0.0.1/tcp/20006 /ip4/192.168.1.4/tcp/20006]}
101-
10299
edge1:
103100
I'm {12D3KooWFz1dKY8L3JC8wAY6sJ5MswvPEGKysPCfcaGxFmeH7wkz: [/ip4/127.0.0.1/tcp/20006 /ip4/192.168.1.2/tcp/20006]}
104101
102+
edge2:
103+
I'm {12D3KooWPpY4GqqNF3sLC397fMz5ZZfxmtMTNa1gLYFopWbHxZDt: [/ip4/127.0.0.1/tcp/20006 /ip4/192.168.1.4/tcp/20006]}
104+
105105
注意:
106106
a. peer ID是根据节点名称哈希出来的,相同的节点名称会哈希出相同的peer ID
107107
b. 另外,节点名称不是服务器名称,是k8s node name,请用kubectl get nodes查看

0 commit comments

Comments
 (0)