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/advanced/debug.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ sidebar_position: 3
26
26
echo$CLOUDCOREIPS
27
27
```
28
28
29
-
3. Generate the certificates for**CloudStream** on the cloud node. The generation file is notin`/etc/kubeedge/`, so it needs to be copied from the repository cloned from GitHub.
29
+
3. Generate the certificates for**CloudStream** on the cloud node. Since the generation file is not locatedin`/etc/kubeedge/`, copy it from the cloned GitHub repository.
30
30
31
31
Switch to the root user:
32
32
@@ -52,7 +52,7 @@ sidebar_position: 3
52
52
/etc/kubeedge/certgen.sh stream
53
53
```
54
54
55
-
4. It is needed to set iptables on the host. (This command should be executed on every apiserver deployed node.)(In this case, this the master node, and execute this command by root.) Run the following command on the host where each apiserver runs:
55
+
4. It is needed to set iptables on the host. (This procedure should be executed on every node where an api-server is deployed. In this case, it is the control-plane node. Execute those commands as the root user.)
56
56
57
57
**Note:** First, get the configmap containing all the CloudCore IPs and tunnel ports:
58
58
@@ -68,7 +68,7 @@ sidebar_position: 3
68
68
...
69
69
```
70
70
71
-
Then set all the iptables for multiple CloudCore instances to every node where apiserver runs. The cloudcore ips and tunnel ports should be obtained from the configmap above.
71
+
Then set all the iptables for multiple CloudCore instances to every node where the api-server runs. The CloudCore IPs and tunnel ports should be obtained from the configmap above.
0 commit comments