Skip to content

Commit

Permalink
update the title and reminder
Browse files Browse the repository at this point in the history
Signed-off-by: lingyu <[email protected]>
  • Loading branch information
Catherine-monk committed Aug 22, 2024
1 parent 9ca6177 commit 4b82598
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions docs/advanced/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ sidebar_position: 3

## Update Configurations

1. Update `cloudcore` configuration to enable **cloudStream**.
1. Update `cloudcore` configuration to enable **cloudStream**. (The new version has this feature enabled by default in the cloud, so this configuration can be skipped.)

If `cloudcore` is installed as binary, you can directly modify `/etc/kubeedge/config/cloudcore.yaml` with using editor.
If `cloudcore` is running as kubernetes deployment, you can use `kubectl edit cm -n kubeedge cloudcore` to update `cloudcore`'s ConfigurationMap.
Expand Down Expand Up @@ -102,7 +102,8 @@ sidebar_position: 3
1. Restart all the cloudcore and edgecore to apply the **Stream** configuration.
If `cloudcore` is installed as binary:
If `cloudcore` is installed as binary (If the `cloudcore.yaml` has not been updated, there is no need to restart.)
:
```shell
sudo systemctl restart cloudcore.service
```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 启用 Kubectl logs/exec/attach 边端运行的 pod
title: 启用 Kubectl logs/exec/attach 操作边缘 pods
sidebar_position: 3
---

Expand Down Expand Up @@ -62,7 +62,7 @@ sidebar_position: 3

## 更新配置

1. 更新 cloudcore 的配置使 CloudStream 生效
1. 更新 cloudcore 的配置使 CloudStream 生效 (新版本云端已默认开启,可跳过本配置)
如果 cloudcore 是以二进制方式安装的,您可以直接使用编辑器修改 /etc/kubeedge/config/cloudcore.yaml。如果 cloudcore是以容器方式运行,您可以直接使用 kubectl edit cm -n kubeedge cloudcore 来更新 cloudcore 的 ConfigMap。

```yaml
Expand Down Expand Up @@ -95,7 +95,7 @@ sidebar_position: 3

1. 重新启动 cloudcore 和 edgecore 让配置生效。

在云端:
在云端(若 cloudcore.yaml 未更新,则无需重启)
``` shell
sudo systemctl restart cloudcore.service
```
Expand Down

0 comments on commit 4b82598

Please sign in to comment.