Skip to content

Commit

Permalink
Merge pull request kubesphere#1502 from zhu733756/add-enable-kubege-g…
Browse files Browse the repository at this point in the history
…uide

add enable kubeedge guide
  • Loading branch information
ks-ci-bot authored May 6, 2021
2 parents 5ebd317 + 144b70e commit a5776b8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@ kubectl -n kubesphere-monitoring-system create secret generic kube-etcd-client-c
```bash
kubectl edit cc ks-installer -n kubesphere-system
```
> Note: When you're enabling KubeEdge, please set advertiseAddress as below and expose corresponding ports correctly before you run or restart ks-installer. Please refer to [KubeEdge Guide](https://kubesphere.io/docs/pluggable-components/kubeedge/) for more details.
```yaml
kubeedge:
cloudCore:
cloudHub:
advertiseAddress:
- xxxx.xxxx.xxxx.xxxx
```
3. Inspect the logs of installation.
Expand Down
10 changes: 10 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,16 @@ kubectl edit cc ks-installer -n kubesphere-system
```bash
kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o jsonpath='{.items[0].metadata.name}') -f
```

> 如果你正在启用 KubeEdge ,在运行或重启 ks-installer 之前,需要配置集群外网访问地址advertiseAddress,暴露相应的访问端口,更多内容请参考[Kubeedge 指南](https://kubesphere.io/docs/pluggable-components/kubeedge/)
```yaml
kubeedge:
cloudCore:
cloudHub:
advertiseAddress:
- xxxx.xxxx.xxxx.xxxx
```
## 升级
部署新版本的ks-installer:
Expand Down

0 comments on commit a5776b8

Please sign in to comment.