You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/03-getting-started/02-install-lower-layer-system/02-install-kubernetes.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Install the following software packages on the cloud:
25
25
-`kubelet`:used to launch pods on each node in the cluster.
26
26
-`kubectl`:command-line tool used to communicate with the cluster.
27
27
28
-
See the corresponding Kubernetes and KubeEdge versions at [kubeedge/kubeedge](https://github.com/kubeedge/kubeedge)
28
+
See the corresponding Kubernetes and KubeEdge versions at [kubeedge/kubeedge](https://github.com/kubeedge/kubeedge).
29
29
```bash
30
30
# Check software version
31
31
apt-cache madison kubeadm
@@ -40,7 +40,7 @@ sudo apt-mark hold kubelet kubeadm kubectl
40
40
41
41
## Start Kubernetes cluster (cloud)
42
42
43
-
This step may occur [Question 1: kube-proxy report iptables problems](/docs/getting-started/install-lower-layer-system/faqs#question-1-kube-proxy-report-iptables-problems), [Question 2: calico and coredns are always in initializing state](/docs/getting-started/install-lower-layer-system/faqs#question-2-calico-and-coredns-are-always-in-initializing-state) and [Question 3:metrics-server keeps unsuccessful state](/docs/getting-started/install-lower-layer-system/faqs#question-3metrics-server-keeps-unsuccessful-state)
43
+
This step may occur [Question 1: kube-proxy report iptables problems](/docs/getting-started/install-lower-layer-system/faqs#question-1-kube-proxy-report-iptables-problems), [Question 2: calico and coredns are always in initializing state](/docs/getting-started/install-lower-layer-system/faqs#question-2-calico-and-coredns-are-always-in-initializing-state) and [Question 3:metrics-server keeps unsuccessful state](/docs/getting-started/install-lower-layer-system/faqs#question-3metrics-server-keeps-unsuccessful-state).
44
44
45
45
### Reset environment (Skip on first installation)
Copy file name to clipboardExpand all lines: docs/03-getting-started/02-install-lower-layer-system/04-install-edgemesh.md
+41-48Lines changed: 41 additions & 48 deletions
Original file line number
Diff line number
Diff line change
@@ -6,29 +6,26 @@ custom_edit_url: null
6
6
7
7
# Install EdgeMesh
8
8
9
-
[TBD]
9
+
## EdgeMesh environment preparation (cloud)
10
10
11
-
## EdgeMesh 环境准备(云端)
11
+
This Step may occur [Question 6:TLSStreamPrivateKeyFile not exist](/docs/getting-started/install-lower-layer-system/faqs#question-6tlsstreamprivatekeyfile-not-exist)
On the edges, enable `metaServer` and `edgeStream` (note that this operation should redo after `keadm reset`).
46
43
```bash
47
44
vim /etc/kubeedge/config/edgecore.yaml
48
-
#修改 edgecore.yaml 内容
45
+
#Modify edgecore.yaml
49
46
edgeStream:
50
47
enable: true
51
48
handshakeTimeout: 30
@@ -61,47 +58,44 @@ metaManager:
61
58
enable: true
62
59
...
63
60
64
-
#重启edgecore
61
+
# Restart edgecore
65
62
systemctl restart edgecore.service
66
-
#检查状况
63
+
# Check running state
67
64
journalctl -u edgecore.service -f
68
-
#确定正常运行
69
65
```
70
66
71
-
步骤 4: 在边缘节点,测试边缘 Kube-API 端点功能是否正常
72
-
67
+
Step 4: On the edge, test whether the edge Kube-API endpoint functions normally.
73
68
```bash
74
-
#边缘节点上
69
+
#Execute on edges
75
70
curl 127.0.0.1:10550/api/v1/services
76
71
```
77
72
78
73

79
74
80
-
如果返回值是空列表,或者响应时长很久(接近 10 s)才拿到返回值,说明配置可能有误,请仔细检查。
75
+
If the return value is an empty list, or it takes a long time (close to 10 seconds) to receive the return value, it indicates that there may be an error in the configuration, please check it carefully.
81
76
82
-
## 启动 EdgeMesh(云边共用)
77
+
## Start EdgeMesh (both cloud/edge)
83
78
84
-
> 此处问题重灾区,遇到问题可参照EdgeMesh官方手册排查:
79
+
> This is a hot spot for problems, when encountering issues, please refer to the EdgeMesh official manual for troubleshooting:
NOTE: If using the [Intranet Image Repository](/docs/developer-guide/how-to-build/docker-registry/), please modify the image in the yaml file, such as:
Copy file name to clipboardExpand all lines: i18n/zh/docusaurus-plugin-content-docs/current/03-getting-started/02-install-lower-layer-system/03-install-kubeedge.md
Copy file name to clipboardExpand all lines: i18n/zh/docusaurus-plugin-content-docs/current/03-getting-started/02-install-lower-layer-system/04-install-edgemesh.md
0 commit comments