-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix all-in-one doc #281
Fix all-in-one doc #281
Conversation
docs/setup/all-in-one.md
Outdated
@@ -15,7 +15,8 @@ It requires you: | |||
For example: | |||
|
|||
```bash | |||
curl https://raw.githubusercontent.com/kubeedge/sedna/master/scripts/installation/all-in-one.sh | NUM_EDGE_NODES=2 bash - | |||
curl https://raw.githubusercontent.com/kubeedge/sedna/master/scripts/installation/all-in-one.sh | KUBEEDGE_VERSION=v1.8.0 | |||
NUM_EDGE_NODES=2 bash - |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
多了换行,需要在一行
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
为啥要v1.8.0?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
用KubeEdge最新版本v1.10.0发现一个问题,创建daemonset时,cloudcore发了在指定边侧节点创建pod的消息,边侧节点edgecore没有接收到消息;检测node都是ready的;KubeEdge回滚到v1.8.0没有这个问题;因此推荐使用v1.8.0版本。
1.recommend to use the stable version v1.8.0 of kubeedge 2.add "clean all-in-one Sedna" in doc Signed-off-by: JimmyYang20 <[email protected]>
8f6e7fc
to
71e9ad3
Compare
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jaypume The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1.recommend to use the stable version v1.8.0 of kubeedge.
2.add clean all-in-one Sedna
Signed-off-by: JimmyYang20 [email protected]