Skip to content

Commit

Permalink
Fix all-in-one doc
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
JimmyYang20 committed Mar 16, 2022
1 parent 449a6d8 commit 8f6e7fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/setup/all-in-one.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
```

Above command installs a mini Sedna environment, including:
Expand All @@ -36,3 +37,8 @@ Advanced options:
|FORCE_INSTALL_SEDNA | If 'true', force to reinstall Sedna|false|
|NODE_IMAGE | Custom node image| kubeedge/sedna-allinone-node:v1.21.1|
|REUSE_EDGE_CONTAINER | Whether reuse edge node containers or not|true|

Clean all-in-one Sedna:
```bash
curl https://raw.githubusercontent.com/kubeedge/sedna/main/scripts/installation/all-in-one.sh | bash /dev/stdin clean
```

0 comments on commit 8f6e7fc

Please sign in to comment.