This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
kubeedge
/
sedna
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
12
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Docs: fix path of local-up install script
Signed-off-by: JimmyYang20 <yangjin39@huawei.com>
tags/v0.3.1
JimmyYang20
4 years ago
parent
ef70ba3787
commit
da10c38b10
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docs/setup/local-up.md
+ 1
- 1
docs/setup/local-up.md
View File
@@ -2,7 +2,7 @@
Once you have docker running, you can create a local Sedna cluster with:
```
bash
scripts
/local-up.sh
bash
hack
/local-up.sh
```
This script uses [kind](https://kind.sigs.k8s.io/docs/user/quick-start/) to create a
local k8s cluster with one master node, and boots one edge node by running KubeEdge.
Write
Preview
Loading…
Cancel
Save