Skip to content

Commit deb31fb

Browse files
committed
address review comments.
Signed-off-by: Tomoya Fujita <[email protected]>
1 parent 60775ef commit deb31fb

File tree

2 files changed

+3
-3
lines changed
  • docs/advanced
  • i18n/zh/docusaurus-plugin-content-docs/current/advanced

2 files changed

+3
-3
lines changed

docs/advanced/debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 3
66
> Note for Helm deployments:
77
> - Stream certificates are generated automatically and the CloudStream feature is enabled by default. Therefore, Steps 1-3 can be skipped unless customization is needed.
88
> - Step 4 could be finished by iptablesmanager component by default, so manual operations are not needed. Refer to the [cloudcore helm values](https://github.com/kubeedge/kubeedge/blob/master/manifests/charts/cloudcore/values.yaml#L67).
9-
> - Operations in Steps 5-6 related to CloudCore can also be skipped.
9+
> - If CloudCore is deploy in container (by default), operations in Steps 5-6 can also be skipped.
1010
1111
1. Make sure you can find the kubernetes `ca.crt` and `ca.key` files. If you set up your kubernetes cluster by `kubeadm` , those files will be in `/etc/kubernetes/pki/` directory.
1212

i18n/zh/docusaurus-plugin-content-docs/current/advanced/debug.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,13 @@ sidebar_position: 3
167167
sudo vi /etc/kubeedge/edgecore.service
168168
```
169169

170-
- 将以下行添加到 **edgecore.service** 文件:
170+
将以下行添加到 **edgecore.service** 文件:
171171

172172
```shell
173173
Environment="CHECK_EDGECORE_ENVIRONMENT=false"
174174
```
175175

176-
- 最终文件应如下所示:
176+
最终文件应如下所示:
177177

178178
```
179179
Description=edgecore.service

0 commit comments

Comments
 (0)