Browse Source

Fix all-in-one doc

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 <yangjin39@huawei.com>
tags/v0.5.0
JimmyYang20 3 years ago
parent
commit
71e9ad3e15
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      docs/setup/all-in-one.md

+ 6
- 1
docs/setup/all-in-one.md View File

@@ -15,7 +15,7 @@ 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:
@@ -36,3 +36,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
```

Loading…
Cancel
Save